diff --git a/package.json b/package.json index 5e9a44e8f99..1b0482f1c7c 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,6 @@ "plugin:build": "nx run-many -t build --projects='tag:scope:plugin'", "plugin:build:commit": "nx run-many -t build:commit --projects='tag:scope:plugin'", "plugin:build:dev": "nx run-many -t dev --projects='tag:scope:plugin' --maxParallel=100", - "generate-icons": "nx run grafana-icons:generate", "process-specs": "node --experimental-strip-types scripts/process-specs.ts", "generate-apis": "yarn process-specs && rtk-query-codegen-openapi ./scripts/generate-rtk-apis.ts" }, @@ -275,7 +274,6 @@ "@grafana/plugin-ui": "0.10.5", "@grafana/prometheus": "workspace:*", "@grafana/runtime": "workspace:*", - "@grafana/saga-icons": "workspace:*", "@grafana/scenes": "^6.8.1", "@grafana/scenes-react": "^6.8.1", "@grafana/schema": "workspace:*", @@ -436,7 +434,6 @@ "workspaces": { "packages": [ "packages/*", - "packages/!(grafana-icons)/**", "public/app/plugins/*/*", "e2e/test-plugins/*" ] diff --git a/packages/grafana-icons/.gitignore b/packages/grafana-icons/.gitignore deleted file mode 100644 index 61e79a90563..00000000000 --- a/packages/grafana-icons/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -.idea -dist -node_modules -compiled -/icons-gen/ -/src/icons-gen/ -/src/index.ts diff --git a/packages/grafana-icons/.svgrrc.cjs b/packages/grafana-icons/.svgrrc.cjs deleted file mode 100644 index 2c1c29451bf..00000000000 --- a/packages/grafana-icons/.svgrrc.cjs +++ /dev/null @@ -1,32 +0,0 @@ -/** - * Reference: https://react-svgr.com/docs/options/ - */ -module.exports = { - icon: '{dir}/[name].gen.js', - typescript: true, - jsxRuntime: 'automatic', - outDir: './src/icons-gen', - template: require('./templates/icon.cjs'), - indexTemplate: require('./templates/index.cjs'), - memo: true, - svgoConfig: { - plugins: [ - // Sanitise the SVGs - 'removeScriptElement', - ], - }, - jsx: { - babelConfig: { - plugins: [ - // Remove fill and id attributes from SVG child elements - [ - '@svgr/babel-plugin-remove-jsx-attribute', - { - elements: ['path', 'g', 'clipPath'], - attributes: ['id', 'fill'], - }, - ], - ], - }, - }, -}; diff --git a/packages/grafana-icons/CHANGELOG.md b/packages/grafana-icons/CHANGELOG.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/packages/grafana-icons/LICENSE_APACHE2 b/packages/grafana-icons/LICENSE_APACHE2 deleted file mode 100644 index 373dde574a0..00000000000 --- a/packages/grafana-icons/LICENSE_APACHE2 +++ /dev/null @@ -1,202 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright 2015 Grafana Labs - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/packages/grafana-icons/README.md b/packages/grafana-icons/README.md deleted file mode 100644 index 78cbf4bf9e3..00000000000 --- a/packages/grafana-icons/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# Grafana Saga Icons - -This package contains the icon React components used in Grafana and Grafana plugins. - -## Uploading a new icon - -To add a new icon to the library, open a PR which adds the SVG file for the icon into the `svg` directory. The file should be named with the icon name in kebab-case. For example, if the icon name is `MyIcon`, the file should be named `my-icon.svg`. Once the PR is merged, the icon will be automatically generated and added to the library. - -## Development - -1. Clone the repository -2. Run `yarn install` -3. After the installation, the icon components can be found in the `src/icons-gen` directory. -4. To regenerate/update the components, run `yarn generate`. diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json deleted file mode 100644 index d826d1f02ca..00000000000 --- a/packages/grafana-icons/package.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "name": "@grafana/saga-icons", - "version": "12.0.0-pre", - "private": true, - "description": "Icons for Grafana", - "author": "Grafana Labs", - "license": "Apache-2.0", - "sideEffects": false, - "repository": { - "type": "git", - "url": "https://github.com/grafana/grafana.git", - "directory": "packages/grafana-icons" - }, - "type": "module", - "main": "src/index.ts", - "types": "src/index.ts", - "publishConfig": { - "main": "./dist/index.js", - "module": "./dist/index.js", - "types": "./dist/index.d.mts", - "access": "public" - }, - "files": [ - "./dist", - "./README.md", - "./CHANGELOG.md", - "./LICENSE_APACHE2" - ], - "scripts": { - "clean": "rimraf ./dist ./compiled ./package.tgz ./src/icons-gen", - "generate": "yarn clean && npx @svgr/cli ./svg --silent && mv ./src/icons-gen/index.ts ./src", - "typecheck": "yarn generate && tsc --emitDeclarationOnly false --noEmit", - "lint": "eslint --ext .ts,.tsx ./src", - "prettier:check": "prettier --check --list-different=false --log-level=warn \"**/*.{ts,tsx,scss,md,mdx,json}\"", - "build": "yarn generate && rollup -c rollup.config.ts --configPlugin esbuild" - }, - "devDependencies": { - "@babel/core": "7.26.10", - "@grafana/tsconfig": "^2.0.0", - "@rollup/plugin-node-resolve": "^16.0.0", - "@rollup/plugin-typescript": "^12.1.0", - "@svgr/babel-plugin-remove-jsx-attribute": "^8.0.0", - "@svgr/cli": "^8.1.0", - "@svgr/core": "8.1.0", - "@svgr/plugin-jsx": "^8.1.0", - "@svgr/plugin-prettier": "^8.1.0", - "@svgr/plugin-svgo": "^8.1.0", - "@types/babel__core": "^7", - "@types/node": "22.12.0", - "@types/react": "18.3.18", - "@types/react-dom": "18.3.5", - "esbuild": "0.25.0", - "prettier": "3.4.2", - "react": "18.3.1", - "react-dom": "18.3.1", - "rimraf": "6.0.1", - "rollup": "^4.22.4", - "rollup-plugin-dts": "^6.1.1", - "rollup-plugin-esbuild": "6.2.0", - "rollup-plugin-node-externals": "8.0.0", - "ts-node": "10.9.2", - "typescript": "5.7.3" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0", - "react-dom": "^17.0.0 || ^18.0.0" - } -} diff --git a/packages/grafana-icons/project.json b/packages/grafana-icons/project.json deleted file mode 100644 index 7950b1939c0..00000000000 --- a/packages/grafana-icons/project.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "$schema": "../../node_modules/nx/schemas/project-schema.json", - "projectType": "library", - "tags": ["scope:package", "type:ui"], - "targets": { - "generate": { - "outputs": ["{projectRoot}/src/icons-gen"] - }, - "build": {} - } -} diff --git a/packages/grafana-icons/rollup.config.ts b/packages/grafana-icons/rollup.config.ts deleted file mode 100644 index fde6ca115b0..00000000000 --- a/packages/grafana-icons/rollup.config.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { createRequire } from 'node:module'; - -import { entryPoint, esmOutput, plugins, tsDeclarationOutput } from '../rollup.config.parts'; - -const rq = createRequire(import.meta.url); -const pkg = rq('./package.json'); - -export default [ - { - input: entryPoint, - plugins, - output: esmOutput(pkg, 'grafana-icons'), - }, - tsDeclarationOutput(pkg, { input: 'src/index.ts' }), -]; diff --git a/packages/grafana-icons/src/IconBase.tsx b/packages/grafana-icons/src/IconBase.tsx deleted file mode 100644 index 51b2d432d6c..00000000000 --- a/packages/grafana-icons/src/IconBase.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import { SVGProps } from 'react'; - -export type IconSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl'; - -export interface IconProps extends Omit, 'onLoad' | 'onError' | 'ref'> { - /** Size (width and height) of the icon. Defaults to "md" or 16x16px */ - size?: IconSize; - /** Render the title element with the provided text. - * More info: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title - */ - title?: string; - /** Color of the icon. Defaults to "currentColor" */ - color?: string; -} - -function getSvgSize(size: IconSize) { - const sizeMap = { - xs: 12, - sm: 14, - md: 16, - lg: 18, - xl: 24, - xxl: 36, - xxxl: 48, - }; - - return sizeMap[size] || 16; -} - -export const IconBase = ({ title, size = 'md', color = 'currentColor', ...props }: IconProps) => { - const svgSize = getSvgSize(size); - - return ( - - {title && {title}} - {props.children} - - ); -}; diff --git a/packages/grafana-icons/svg/adjust-circle.svg b/packages/grafana-icons/svg/adjust-circle.svg deleted file mode 100644 index 9671174c42b..00000000000 --- a/packages/grafana-icons/svg/adjust-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/ai.svg b/packages/grafana-icons/svg/ai.svg deleted file mode 100644 index c02622a8ac1..00000000000 --- a/packages/grafana-icons/svg/ai.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/grafana-icons/svg/align-left.svg b/packages/grafana-icons/svg/align-left.svg deleted file mode 100644 index 85db219a1b6..00000000000 --- a/packages/grafana-icons/svg/align-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/align-right.svg b/packages/grafana-icons/svg/align-right.svg deleted file mode 100644 index 21d27aca3c5..00000000000 --- a/packages/grafana-icons/svg/align-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/amazon.svg b/packages/grafana-icons/svg/amazon.svg deleted file mode 100644 index 0af93549ae4..00000000000 --- a/packages/grafana-icons/svg/amazon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/anchor.svg b/packages/grafana-icons/svg/anchor.svg deleted file mode 100644 index cc203977055..00000000000 --- a/packages/grafana-icons/svg/anchor.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-double-down.svg b/packages/grafana-icons/svg/angle-double-down.svg deleted file mode 100644 index 848604c408e..00000000000 --- a/packages/grafana-icons/svg/angle-double-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-double-right.svg b/packages/grafana-icons/svg/angle-double-right.svg deleted file mode 100644 index f24b2633bc3..00000000000 --- a/packages/grafana-icons/svg/angle-double-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-double-up.svg b/packages/grafana-icons/svg/angle-double-up.svg deleted file mode 100644 index c496dc1fa23..00000000000 --- a/packages/grafana-icons/svg/angle-double-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-down.svg b/packages/grafana-icons/svg/angle-down.svg deleted file mode 100644 index df3b9410b06..00000000000 --- a/packages/grafana-icons/svg/angle-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-left.svg b/packages/grafana-icons/svg/angle-left.svg deleted file mode 100644 index 25cd536aa4a..00000000000 --- a/packages/grafana-icons/svg/angle-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-right.svg b/packages/grafana-icons/svg/angle-right.svg deleted file mode 100644 index b21121fe607..00000000000 --- a/packages/grafana-icons/svg/angle-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/angle-up.svg b/packages/grafana-icons/svg/angle-up.svg deleted file mode 100644 index 1309a2ed311..00000000000 --- a/packages/grafana-icons/svg/angle-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/application-observability.svg b/packages/grafana-icons/svg/application-observability.svg deleted file mode 100644 index cc33bd99ddf..00000000000 --- a/packages/grafana-icons/svg/application-observability.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/packages/grafana-icons/svg/apps.svg b/packages/grafana-icons/svg/apps.svg deleted file mode 100644 index 7d51d736491..00000000000 --- a/packages/grafana-icons/svg/apps.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/archive-alt.svg b/packages/grafana-icons/svg/archive-alt.svg deleted file mode 100644 index 7c6243ba211..00000000000 --- a/packages/grafana-icons/svg/archive-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-down.svg b/packages/grafana-icons/svg/arrow-down.svg deleted file mode 100644 index 9bd09a5b156..00000000000 --- a/packages/grafana-icons/svg/arrow-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-from-right.svg b/packages/grafana-icons/svg/arrow-from-right.svg deleted file mode 100644 index 5a05790003e..00000000000 --- a/packages/grafana-icons/svg/arrow-from-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-left.svg b/packages/grafana-icons/svg/arrow-left.svg deleted file mode 100644 index 69253987040..00000000000 --- a/packages/grafana-icons/svg/arrow-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-random.svg b/packages/grafana-icons/svg/arrow-random.svg deleted file mode 100644 index 353d6c12d55..00000000000 --- a/packages/grafana-icons/svg/arrow-random.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-right.svg b/packages/grafana-icons/svg/arrow-right.svg deleted file mode 100644 index 2b2ada351c3..00000000000 --- a/packages/grafana-icons/svg/arrow-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-to-right.svg b/packages/grafana-icons/svg/arrow-to-right.svg deleted file mode 100644 index 494352362cf..00000000000 --- a/packages/grafana-icons/svg/arrow-to-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow-up.svg b/packages/grafana-icons/svg/arrow-up.svg deleted file mode 100644 index b5771debac5..00000000000 --- a/packages/grafana-icons/svg/arrow-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrow.svg b/packages/grafana-icons/svg/arrow.svg deleted file mode 100644 index 2c1e398fe8c..00000000000 --- a/packages/grafana-icons/svg/arrow.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrows-h.svg b/packages/grafana-icons/svg/arrows-h.svg deleted file mode 100644 index e7a0619d71d..00000000000 --- a/packages/grafana-icons/svg/arrows-h.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/arrows-v.svg b/packages/grafana-icons/svg/arrows-v.svg deleted file mode 100644 index d1ff46cbc37..00000000000 --- a/packages/grafana-icons/svg/arrows-v.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/asserts.svg b/packages/grafana-icons/svg/asserts.svg deleted file mode 100644 index 225853a3ed2..00000000000 --- a/packages/grafana-icons/svg/asserts.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/grafana-icons/svg/at.svg b/packages/grafana-icons/svg/at.svg deleted file mode 100644 index b9956d10b03..00000000000 --- a/packages/grafana-icons/svg/at.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/backward.svg b/packages/grafana-icons/svg/backward.svg deleted file mode 100644 index 5697eac4c42..00000000000 --- a/packages/grafana-icons/svg/backward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bar-alignment-after.svg b/packages/grafana-icons/svg/bar-alignment-after.svg deleted file mode 100644 index 7db1f010421..00000000000 --- a/packages/grafana-icons/svg/bar-alignment-after.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bar-alignment-before.svg b/packages/grafana-icons/svg/bar-alignment-before.svg deleted file mode 100644 index f05102104d7..00000000000 --- a/packages/grafana-icons/svg/bar-alignment-before.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bar-alignment-center.svg b/packages/grafana-icons/svg/bar-alignment-center.svg deleted file mode 100644 index 7b25c441a46..00000000000 --- a/packages/grafana-icons/svg/bar-alignment-center.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bars.svg b/packages/grafana-icons/svg/bars.svg deleted file mode 100644 index b19cbe402cc..00000000000 --- a/packages/grafana-icons/svg/bars.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bell-slash.svg b/packages/grafana-icons/svg/bell-slash.svg deleted file mode 100644 index 6914ed2af33..00000000000 --- a/packages/grafana-icons/svg/bell-slash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bell.svg b/packages/grafana-icons/svg/bell.svg deleted file mode 100644 index 3fbc40a490d..00000000000 --- a/packages/grafana-icons/svg/bell.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bolt.svg b/packages/grafana-icons/svg/bolt.svg deleted file mode 100644 index 4d4e0e62669..00000000000 --- a/packages/grafana-icons/svg/bolt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/book-open.svg b/packages/grafana-icons/svg/book-open.svg deleted file mode 100644 index 91347309afc..00000000000 --- a/packages/grafana-icons/svg/book-open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/book.svg b/packages/grafana-icons/svg/book.svg deleted file mode 100644 index 8e59539d7a4..00000000000 --- a/packages/grafana-icons/svg/book.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bookmark.svg b/packages/grafana-icons/svg/bookmark.svg deleted file mode 100644 index 5acd3c8af13..00000000000 --- a/packages/grafana-icons/svg/bookmark.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/brackets-curly.svg b/packages/grafana-icons/svg/brackets-curly.svg deleted file mode 100644 index 8d4ed131b40..00000000000 --- a/packages/grafana-icons/svg/brackets-curly.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/bug.svg b/packages/grafana-icons/svg/bug.svg deleted file mode 100644 index ae0f05488a6..00000000000 --- a/packages/grafana-icons/svg/bug.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/building.svg b/packages/grafana-icons/svg/building.svg deleted file mode 100644 index ce05d400a5f..00000000000 --- a/packages/grafana-icons/svg/building.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/calculator-alt.svg b/packages/grafana-icons/svg/calculator-alt.svg deleted file mode 100644 index ab108ad924a..00000000000 --- a/packages/grafana-icons/svg/calculator-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/calendar-alt.svg b/packages/grafana-icons/svg/calendar-alt.svg deleted file mode 100644 index 53524f428be..00000000000 --- a/packages/grafana-icons/svg/calendar-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/calendar-slash.svg b/packages/grafana-icons/svg/calendar-slash.svg deleted file mode 100644 index 7744addb1b5..00000000000 --- a/packages/grafana-icons/svg/calendar-slash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/camera.svg b/packages/grafana-icons/svg/camera.svg deleted file mode 100644 index b5386e2ccb3..00000000000 --- a/packages/grafana-icons/svg/camera.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cancel.svg b/packages/grafana-icons/svg/cancel.svg deleted file mode 100644 index 138499ab728..00000000000 --- a/packages/grafana-icons/svg/cancel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/capture.svg b/packages/grafana-icons/svg/capture.svg deleted file mode 100644 index a984e562a97..00000000000 --- a/packages/grafana-icons/svg/capture.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/channel-add.svg b/packages/grafana-icons/svg/channel-add.svg deleted file mode 100644 index feedb453498..00000000000 --- a/packages/grafana-icons/svg/channel-add.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/chart-line.svg b/packages/grafana-icons/svg/chart-line.svg deleted file mode 100644 index 8b697a3db48..00000000000 --- a/packages/grafana-icons/svg/chart-line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/check-circle.svg b/packages/grafana-icons/svg/check-circle.svg deleted file mode 100644 index 0924f9b5b85..00000000000 --- a/packages/grafana-icons/svg/check-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/check-square.svg b/packages/grafana-icons/svg/check-square.svg deleted file mode 100644 index 02d0c70d3cb..00000000000 --- a/packages/grafana-icons/svg/check-square.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/check.svg b/packages/grafana-icons/svg/check.svg deleted file mode 100644 index dec3efeb23a..00000000000 --- a/packages/grafana-icons/svg/check.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/circle-mono.svg b/packages/grafana-icons/svg/circle-mono.svg deleted file mode 100644 index 4f6385be522..00000000000 --- a/packages/grafana-icons/svg/circle-mono.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/packages/grafana-icons/svg/circle.svg b/packages/grafana-icons/svg/circle.svg deleted file mode 100644 index bbb2e6352a8..00000000000 --- a/packages/grafana-icons/svg/circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/clipboard-alt.svg b/packages/grafana-icons/svg/clipboard-alt.svg deleted file mode 100644 index 11ccde65c29..00000000000 --- a/packages/grafana-icons/svg/clipboard-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/clock-nine.svg b/packages/grafana-icons/svg/clock-nine.svg deleted file mode 100644 index 8f71b53942e..00000000000 --- a/packages/grafana-icons/svg/clock-nine.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cloud-download.svg b/packages/grafana-icons/svg/cloud-download.svg deleted file mode 100644 index 5ebba2cdf75..00000000000 --- a/packages/grafana-icons/svg/cloud-download.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cloud-upload.svg b/packages/grafana-icons/svg/cloud-upload.svg deleted file mode 100644 index e90d346c2c5..00000000000 --- a/packages/grafana-icons/svg/cloud-upload.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cloud.svg b/packages/grafana-icons/svg/cloud.svg deleted file mode 100644 index 925e54e7e28..00000000000 --- a/packages/grafana-icons/svg/cloud.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/code-branch.svg b/packages/grafana-icons/svg/code-branch.svg deleted file mode 100644 index cc74c697eaa..00000000000 --- a/packages/grafana-icons/svg/code-branch.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cog.svg b/packages/grafana-icons/svg/cog.svg deleted file mode 100644 index 982d8663e4a..00000000000 --- a/packages/grafana-icons/svg/cog.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/columns.svg b/packages/grafana-icons/svg/columns.svg deleted file mode 100644 index d61c50e6135..00000000000 --- a/packages/grafana-icons/svg/columns.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/comment-alt-message.svg b/packages/grafana-icons/svg/comment-alt-message.svg deleted file mode 100644 index 09dacb6dc9c..00000000000 --- a/packages/grafana-icons/svg/comment-alt-message.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/comment-alt-share.svg b/packages/grafana-icons/svg/comment-alt-share.svg deleted file mode 100644 index c9cd3c82c2d..00000000000 --- a/packages/grafana-icons/svg/comment-alt-share.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/comment-alt.svg b/packages/grafana-icons/svg/comment-alt.svg deleted file mode 100644 index 4d8da86f85f..00000000000 --- a/packages/grafana-icons/svg/comment-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/comments-alt.svg b/packages/grafana-icons/svg/comments-alt.svg deleted file mode 100644 index 98a060f283a..00000000000 --- a/packages/grafana-icons/svg/comments-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/compass.svg b/packages/grafana-icons/svg/compass.svg deleted file mode 100644 index 2055f01a768..00000000000 --- a/packages/grafana-icons/svg/compass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/copy.svg b/packages/grafana-icons/svg/copy.svg deleted file mode 100644 index 1404ed257ae..00000000000 --- a/packages/grafana-icons/svg/copy.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/corner-down-right-alt.svg b/packages/grafana-icons/svg/corner-down-right-alt.svg deleted file mode 100644 index 2dbd839e3a4..00000000000 --- a/packages/grafana-icons/svg/corner-down-right-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/create-dashboard.svg b/packages/grafana-icons/svg/create-dashboard.svg deleted file mode 100644 index de8a94e7461..00000000000 --- a/packages/grafana-icons/svg/create-dashboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/credit-card.svg b/packages/grafana-icons/svg/credit-card.svg deleted file mode 100644 index 4f74502ab49..00000000000 --- a/packages/grafana-icons/svg/credit-card.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/crosshair.svg b/packages/grafana-icons/svg/crosshair.svg deleted file mode 100644 index 1bdcded94e4..00000000000 --- a/packages/grafana-icons/svg/crosshair.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/cube.svg b/packages/grafana-icons/svg/cube.svg deleted file mode 100644 index c365b525970..00000000000 --- a/packages/grafana-icons/svg/cube.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/dashboard.svg b/packages/grafana-icons/svg/dashboard.svg deleted file mode 100644 index 5e698696457..00000000000 --- a/packages/grafana-icons/svg/dashboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/database.svg b/packages/grafana-icons/svg/database.svg deleted file mode 100644 index dc7d33efc85..00000000000 --- a/packages/grafana-icons/svg/database.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/dice-three.svg b/packages/grafana-icons/svg/dice-three.svg deleted file mode 100644 index 041d80aa100..00000000000 --- a/packages/grafana-icons/svg/dice-three.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/discord.svg b/packages/grafana-icons/svg/discord.svg deleted file mode 100644 index 149ee80d876..00000000000 --- a/packages/grafana-icons/svg/discord.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/docker.svg b/packages/grafana-icons/svg/docker.svg deleted file mode 100644 index 553dbd587ba..00000000000 --- a/packages/grafana-icons/svg/docker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/document-info.svg b/packages/grafana-icons/svg/document-info.svg deleted file mode 100644 index dc5b17e4e6d..00000000000 --- a/packages/grafana-icons/svg/document-info.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/document-layout-left.svg b/packages/grafana-icons/svg/document-layout-left.svg deleted file mode 100644 index f7b798f4d8c..00000000000 --- a/packages/grafana-icons/svg/document-layout-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/download-alt.svg b/packages/grafana-icons/svg/download-alt.svg deleted file mode 100644 index 574f0a1b9d2..00000000000 --- a/packages/grafana-icons/svg/download-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/draggabledots.svg b/packages/grafana-icons/svg/draggabledots.svg deleted file mode 100644 index 4e5d98a7214..00000000000 --- a/packages/grafana-icons/svg/draggabledots.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/drilldown.svg b/packages/grafana-icons/svg/drilldown.svg deleted file mode 100644 index 27f627ce19f..00000000000 --- a/packages/grafana-icons/svg/drilldown.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/grafana-icons/svg/edit.svg b/packages/grafana-icons/svg/edit.svg deleted file mode 100644 index 62b8946863f..00000000000 --- a/packages/grafana-icons/svg/edit.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/ellipsis-h.svg b/packages/grafana-icons/svg/ellipsis-h.svg deleted file mode 100644 index 629a1208793..00000000000 --- a/packages/grafana-icons/svg/ellipsis-h.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/ellipsis-v.svg b/packages/grafana-icons/svg/ellipsis-v.svg deleted file mode 100644 index 676776e64b0..00000000000 --- a/packages/grafana-icons/svg/ellipsis-v.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/enter.svg b/packages/grafana-icons/svg/enter.svg deleted file mode 100644 index 7458836ccb1..00000000000 --- a/packages/grafana-icons/svg/enter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/envelope.svg b/packages/grafana-icons/svg/envelope.svg deleted file mode 100644 index f88dd1dca63..00000000000 --- a/packages/grafana-icons/svg/envelope.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/exchange-alt.svg b/packages/grafana-icons/svg/exchange-alt.svg deleted file mode 100644 index b36fd9ed0a0..00000000000 --- a/packages/grafana-icons/svg/exchange-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/exclamation-circle.svg b/packages/grafana-icons/svg/exclamation-circle.svg deleted file mode 100644 index ed889cdbb50..00000000000 --- a/packages/grafana-icons/svg/exclamation-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/exclamation-triangle.svg b/packages/grafana-icons/svg/exclamation-triangle.svg deleted file mode 100644 index 49d4ec27805..00000000000 --- a/packages/grafana-icons/svg/exclamation-triangle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/expand-arrows.svg b/packages/grafana-icons/svg/expand-arrows.svg deleted file mode 100644 index 906d9fff618..00000000000 --- a/packages/grafana-icons/svg/expand-arrows.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/external-link-alt.svg b/packages/grafana-icons/svg/external-link-alt.svg deleted file mode 100644 index 196abdfa19a..00000000000 --- a/packages/grafana-icons/svg/external-link-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/eye-slash.svg b/packages/grafana-icons/svg/eye-slash.svg deleted file mode 100644 index 702f0a87f43..00000000000 --- a/packages/grafana-icons/svg/eye-slash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/eye.svg b/packages/grafana-icons/svg/eye.svg deleted file mode 100644 index 5f7293fa112..00000000000 --- a/packages/grafana-icons/svg/eye.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/favorite.svg b/packages/grafana-icons/svg/favorite.svg deleted file mode 100644 index 3a22c296ccd..00000000000 --- a/packages/grafana-icons/svg/favorite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-alt.svg b/packages/grafana-icons/svg/file-alt.svg deleted file mode 100644 index d2f338143ec..00000000000 --- a/packages/grafana-icons/svg/file-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-blank.svg b/packages/grafana-icons/svg/file-blank.svg deleted file mode 100644 index 3462dc71d8a..00000000000 --- a/packages/grafana-icons/svg/file-blank.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-copy-alt.svg b/packages/grafana-icons/svg/file-copy-alt.svg deleted file mode 100644 index 578263caf26..00000000000 --- a/packages/grafana-icons/svg/file-copy-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-download.svg b/packages/grafana-icons/svg/file-download.svg deleted file mode 100644 index 2a3e7495c15..00000000000 --- a/packages/grafana-icons/svg/file-download.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-edit-alt.svg b/packages/grafana-icons/svg/file-edit-alt.svg deleted file mode 100644 index 71edd3f2fac..00000000000 --- a/packages/grafana-icons/svg/file-edit-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/file-landscape-alt.svg b/packages/grafana-icons/svg/file-landscape-alt.svg deleted file mode 100644 index 61d665cf6af..00000000000 --- a/packages/grafana-icons/svg/file-landscape-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/filter.svg b/packages/grafana-icons/svg/filter.svg deleted file mode 100644 index f7f8681c111..00000000000 --- a/packages/grafana-icons/svg/filter.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/fire.svg b/packages/grafana-icons/svg/fire.svg deleted file mode 100644 index 1d6d8f316b1..00000000000 --- a/packages/grafana-icons/svg/fire.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/flip.svg b/packages/grafana-icons/svg/flip.svg deleted file mode 100644 index df17cbe6418..00000000000 --- a/packages/grafana-icons/svg/flip.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/grafana-icons/svg/folder-open.svg b/packages/grafana-icons/svg/folder-open.svg deleted file mode 100644 index 5ce79195e8e..00000000000 --- a/packages/grafana-icons/svg/folder-open.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/folder-plus.svg b/packages/grafana-icons/svg/folder-plus.svg deleted file mode 100644 index 8c0fba6aaed..00000000000 --- a/packages/grafana-icons/svg/folder-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/folder-upload.svg b/packages/grafana-icons/svg/folder-upload.svg deleted file mode 100644 index f911607d90e..00000000000 --- a/packages/grafana-icons/svg/folder-upload.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/folder.svg b/packages/grafana-icons/svg/folder.svg deleted file mode 100644 index 0127e9bda6a..00000000000 --- a/packages/grafana-icons/svg/folder.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/font.svg b/packages/grafana-icons/svg/font.svg deleted file mode 100644 index fca165f8fb1..00000000000 --- a/packages/grafana-icons/svg/font.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/forward.svg b/packages/grafana-icons/svg/forward.svg deleted file mode 100644 index d0f27c5d589..00000000000 --- a/packages/grafana-icons/svg/forward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/frontend-observability.svg b/packages/grafana-icons/svg/frontend-observability.svg deleted file mode 100644 index db73e4f5181..00000000000 --- a/packages/grafana-icons/svg/frontend-observability.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/grafana-icons/svg/github.svg b/packages/grafana-icons/svg/github.svg deleted file mode 100644 index 24024a647b9..00000000000 --- a/packages/grafana-icons/svg/github.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/gitlab.svg b/packages/grafana-icons/svg/gitlab.svg deleted file mode 100644 index 51ae5c8a521..00000000000 --- a/packages/grafana-icons/svg/gitlab.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/globe.svg b/packages/grafana-icons/svg/globe.svg deleted file mode 100644 index 714fd374c8e..00000000000 --- a/packages/grafana-icons/svg/globe.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/glue.svg b/packages/grafana-icons/svg/glue.svg deleted file mode 100644 index 647a7822322..00000000000 --- a/packages/grafana-icons/svg/glue.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/google-hangouts-alt.svg b/packages/grafana-icons/svg/google-hangouts-alt.svg deleted file mode 100644 index 6daa88dcd9d..00000000000 --- a/packages/grafana-icons/svg/google-hangouts-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/google.svg b/packages/grafana-icons/svg/google.svg deleted file mode 100644 index 80340154985..00000000000 --- a/packages/grafana-icons/svg/google.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/grafana.svg b/packages/grafana-icons/svg/grafana.svg deleted file mode 100644 index 9b00ba0cb0b..00000000000 --- a/packages/grafana-icons/svg/grafana.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/graph-bar.svg b/packages/grafana-icons/svg/graph-bar.svg deleted file mode 100644 index af01d934918..00000000000 --- a/packages/grafana-icons/svg/graph-bar.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/grid.svg b/packages/grafana-icons/svg/grid.svg deleted file mode 100644 index cd064809dcb..00000000000 --- a/packages/grafana-icons/svg/grid.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/grafana-icons/svg/heart-break.svg b/packages/grafana-icons/svg/heart-break.svg deleted file mode 100644 index 75bec55422d..00000000000 --- a/packages/grafana-icons/svg/heart-break.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/heart-rate.svg b/packages/grafana-icons/svg/heart-rate.svg deleted file mode 100644 index ff779bb345c..00000000000 --- a/packages/grafana-icons/svg/heart-rate.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/heart.svg b/packages/grafana-icons/svg/heart.svg deleted file mode 100644 index 2d0107bcbfb..00000000000 --- a/packages/grafana-icons/svg/heart.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/hipchat.svg b/packages/grafana-icons/svg/hipchat.svg deleted file mode 100644 index c949ad9a4a1..00000000000 --- a/packages/grafana-icons/svg/hipchat.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/history-alt.svg b/packages/grafana-icons/svg/history-alt.svg deleted file mode 100644 index 10d42733580..00000000000 --- a/packages/grafana-icons/svg/history-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/history.svg b/packages/grafana-icons/svg/history.svg deleted file mode 100644 index c85b770303f..00000000000 --- a/packages/grafana-icons/svg/history.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/home-alt.svg b/packages/grafana-icons/svg/home-alt.svg deleted file mode 100644 index 798130de6d8..00000000000 --- a/packages/grafana-icons/svg/home-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/home.svg b/packages/grafana-icons/svg/home.svg deleted file mode 100644 index a937bb665ac..00000000000 --- a/packages/grafana-icons/svg/home.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/horizontal-align-center.svg b/packages/grafana-icons/svg/horizontal-align-center.svg deleted file mode 100644 index f702b34e173..00000000000 --- a/packages/grafana-icons/svg/horizontal-align-center.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/horizontal-align-left.svg b/packages/grafana-icons/svg/horizontal-align-left.svg deleted file mode 100644 index 5f115c70403..00000000000 --- a/packages/grafana-icons/svg/horizontal-align-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/horizontal-align-right.svg b/packages/grafana-icons/svg/horizontal-align-right.svg deleted file mode 100644 index 7a9266d650c..00000000000 --- a/packages/grafana-icons/svg/horizontal-align-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/hourglass.svg b/packages/grafana-icons/svg/hourglass.svg deleted file mode 100644 index 3a1946bfab6..00000000000 --- a/packages/grafana-icons/svg/hourglass.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/import.svg b/packages/grafana-icons/svg/import.svg deleted file mode 100644 index 0eff75e6d76..00000000000 --- a/packages/grafana-icons/svg/import.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/info-circle.svg b/packages/grafana-icons/svg/info-circle.svg deleted file mode 100644 index 8047ca198c2..00000000000 --- a/packages/grafana-icons/svg/info-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/info.svg b/packages/grafana-icons/svg/info.svg deleted file mode 100644 index ff73496d9be..00000000000 --- a/packages/grafana-icons/svg/info.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/interpolation-linear.svg b/packages/grafana-icons/svg/interpolation-linear.svg deleted file mode 100644 index 3a3ce70c604..00000000000 --- a/packages/grafana-icons/svg/interpolation-linear.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/interpolation-smooth.svg b/packages/grafana-icons/svg/interpolation-smooth.svg deleted file mode 100644 index 6674465f9e3..00000000000 --- a/packages/grafana-icons/svg/interpolation-smooth.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/interpolation-step-after.svg b/packages/grafana-icons/svg/interpolation-step-after.svg deleted file mode 100644 index 6b653aa7a1d..00000000000 --- a/packages/grafana-icons/svg/interpolation-step-after.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/interpolation-step-before.svg b/packages/grafana-icons/svg/interpolation-step-before.svg deleted file mode 100644 index 0566b386158..00000000000 --- a/packages/grafana-icons/svg/interpolation-step-before.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/k6.svg b/packages/grafana-icons/svg/k6.svg deleted file mode 100644 index ba5cd2d7e39..00000000000 --- a/packages/grafana-icons/svg/k6.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/packages/grafana-icons/svg/key-skeleton-alt.svg b/packages/grafana-icons/svg/key-skeleton-alt.svg deleted file mode 100644 index e3c7f73e37a..00000000000 --- a/packages/grafana-icons/svg/key-skeleton-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/keyboard.svg b/packages/grafana-icons/svg/keyboard.svg deleted file mode 100644 index 06e3e2cf078..00000000000 --- a/packages/grafana-icons/svg/keyboard.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/landscape.svg b/packages/grafana-icons/svg/landscape.svg deleted file mode 100644 index a91a3611bb9..00000000000 --- a/packages/grafana-icons/svg/landscape.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/grafana-icons/svg/layer-group.svg b/packages/grafana-icons/svg/layer-group.svg deleted file mode 100644 index 5fa2364dd8c..00000000000 --- a/packages/grafana-icons/svg/layer-group.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/layers-alt.svg b/packages/grafana-icons/svg/layers-alt.svg deleted file mode 100644 index 7e02288ffb1..00000000000 --- a/packages/grafana-icons/svg/layers-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/layout-simple.svg b/packages/grafana-icons/svg/layout-simple.svg deleted file mode 100644 index aad4b31beb5..00000000000 --- a/packages/grafana-icons/svg/layout-simple.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packages/grafana-icons/svg/library-panel.svg b/packages/grafana-icons/svg/library-panel.svg deleted file mode 100644 index 4cd65511bc3..00000000000 --- a/packages/grafana-icons/svg/library-panel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/line-alt.svg b/packages/grafana-icons/svg/line-alt.svg deleted file mode 100644 index 55d857e2251..00000000000 --- a/packages/grafana-icons/svg/line-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/line.svg b/packages/grafana-icons/svg/line.svg deleted file mode 100644 index 012c4f38b99..00000000000 --- a/packages/grafana-icons/svg/line.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/link.svg b/packages/grafana-icons/svg/link.svg deleted file mode 100644 index e43871700df..00000000000 --- a/packages/grafana-icons/svg/link.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/list-ol.svg b/packages/grafana-icons/svg/list-ol.svg deleted file mode 100644 index c593877c8b5..00000000000 --- a/packages/grafana-icons/svg/list-ol.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/list-ui-alt.svg b/packages/grafana-icons/svg/list-ui-alt.svg deleted file mode 100644 index 6b9d95d3374..00000000000 --- a/packages/grafana-icons/svg/list-ui-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/list-ul.svg b/packages/grafana-icons/svg/list-ul.svg deleted file mode 100644 index 75fcddf48e7..00000000000 --- a/packages/grafana-icons/svg/list-ul.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/lock.svg b/packages/grafana-icons/svg/lock.svg deleted file mode 100644 index 3ca5d82e36e..00000000000 --- a/packages/grafana-icons/svg/lock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/logs.svg b/packages/grafana-icons/svg/logs.svg deleted file mode 100644 index 6e7a400975f..00000000000 --- a/packages/grafana-icons/svg/logs.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/packages/grafana-icons/svg/map-marker-minus.svg b/packages/grafana-icons/svg/map-marker-minus.svg deleted file mode 100644 index 55c2aa5b9f7..00000000000 --- a/packages/grafana-icons/svg/map-marker-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/map-marker-plus.svg b/packages/grafana-icons/svg/map-marker-plus.svg deleted file mode 100644 index b0b7202d71d..00000000000 --- a/packages/grafana-icons/svg/map-marker-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/map-marker.svg b/packages/grafana-icons/svg/map-marker.svg deleted file mode 100644 index 4d8d8109015..00000000000 --- a/packages/grafana-icons/svg/map-marker.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/message.svg b/packages/grafana-icons/svg/message.svg deleted file mode 100644 index e127f808248..00000000000 --- a/packages/grafana-icons/svg/message.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/microsoft.svg b/packages/grafana-icons/svg/microsoft.svg deleted file mode 100644 index 9c68120a1b1..00000000000 --- a/packages/grafana-icons/svg/microsoft.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/minus-circle.svg b/packages/grafana-icons/svg/minus-circle.svg deleted file mode 100644 index 95f0d31db2b..00000000000 --- a/packages/grafana-icons/svg/minus-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/minus.svg b/packages/grafana-icons/svg/minus.svg deleted file mode 100644 index 1431a2752b4..00000000000 --- a/packages/grafana-icons/svg/minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/ml.svg b/packages/grafana-icons/svg/ml.svg deleted file mode 100644 index 3ebe54581e7..00000000000 --- a/packages/grafana-icons/svg/ml.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/mobile-android.svg b/packages/grafana-icons/svg/mobile-android.svg deleted file mode 100644 index 19662540cf6..00000000000 --- a/packages/grafana-icons/svg/mobile-android.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/monitor.svg b/packages/grafana-icons/svg/monitor.svg deleted file mode 100644 index 2510a7f1997..00000000000 --- a/packages/grafana-icons/svg/monitor.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/movepane-left.svg b/packages/grafana-icons/svg/movepane-left.svg deleted file mode 100644 index bcb0292c74f..00000000000 --- a/packages/grafana-icons/svg/movepane-left.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/movepane-right.svg b/packages/grafana-icons/svg/movepane-right.svg deleted file mode 100644 index 61c8e3adad1..00000000000 --- a/packages/grafana-icons/svg/movepane-right.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/okta.svg b/packages/grafana-icons/svg/okta.svg deleted file mode 100644 index f48ff1bc573..00000000000 --- a/packages/grafana-icons/svg/okta.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/pagerduty.svg b/packages/grafana-icons/svg/pagerduty.svg deleted file mode 100644 index 9a7ac015f0f..00000000000 --- a/packages/grafana-icons/svg/pagerduty.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/palette.svg b/packages/grafana-icons/svg/palette.svg deleted file mode 100644 index 12d5e2f8132..00000000000 --- a/packages/grafana-icons/svg/palette.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/panel-add.svg b/packages/grafana-icons/svg/panel-add.svg deleted file mode 100644 index bb1706b3e02..00000000000 --- a/packages/grafana-icons/svg/panel-add.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/paragraph.svg b/packages/grafana-icons/svg/paragraph.svg deleted file mode 100644 index 422c44fe9cb..00000000000 --- a/packages/grafana-icons/svg/paragraph.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/pathfinder-unite.svg b/packages/grafana-icons/svg/pathfinder-unite.svg deleted file mode 100644 index da16fde20ba..00000000000 --- a/packages/grafana-icons/svg/pathfinder-unite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/pause.svg b/packages/grafana-icons/svg/pause.svg deleted file mode 100644 index 06fb2270365..00000000000 --- a/packages/grafana-icons/svg/pause.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/pen.svg b/packages/grafana-icons/svg/pen.svg deleted file mode 100644 index e10bfd8c9b3..00000000000 --- a/packages/grafana-icons/svg/pen.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/percentage.svg b/packages/grafana-icons/svg/percentage.svg deleted file mode 100644 index ace24e2d770..00000000000 --- a/packages/grafana-icons/svg/percentage.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/pin.svg b/packages/grafana-icons/svg/pin.svg deleted file mode 100644 index 70c45e48f02..00000000000 --- a/packages/grafana-icons/svg/pin.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - diff --git a/packages/grafana-icons/svg/play.svg b/packages/grafana-icons/svg/play.svg deleted file mode 100644 index 98d8d491daf..00000000000 --- a/packages/grafana-icons/svg/play.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/plug.svg b/packages/grafana-icons/svg/plug.svg deleted file mode 100644 index 9abe3b8e69a..00000000000 --- a/packages/grafana-icons/svg/plug.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/plus-circle.svg b/packages/grafana-icons/svg/plus-circle.svg deleted file mode 100644 index 77a9425985c..00000000000 --- a/packages/grafana-icons/svg/plus-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/plus-square.svg b/packages/grafana-icons/svg/plus-square.svg deleted file mode 100644 index 3876d5201bb..00000000000 --- a/packages/grafana-icons/svg/plus-square.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/plus.svg b/packages/grafana-icons/svg/plus.svg deleted file mode 100644 index 399f74920d5..00000000000 --- a/packages/grafana-icons/svg/plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/portrait.svg b/packages/grafana-icons/svg/portrait.svg deleted file mode 100644 index 5494958b439..00000000000 --- a/packages/grafana-icons/svg/portrait.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/grafana-icons/svg/power.svg b/packages/grafana-icons/svg/power.svg deleted file mode 100644 index 71986c63085..00000000000 --- a/packages/grafana-icons/svg/power.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/presentation-play.svg b/packages/grafana-icons/svg/presentation-play.svg deleted file mode 100644 index bcb27f2502e..00000000000 --- a/packages/grafana-icons/svg/presentation-play.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/process.svg b/packages/grafana-icons/svg/process.svg deleted file mode 100644 index b2f6516ab42..00000000000 --- a/packages/grafana-icons/svg/process.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/prometheus.svg b/packages/grafana-icons/svg/prometheus.svg deleted file mode 100644 index 8a33b98303f..00000000000 --- a/packages/grafana-icons/svg/prometheus.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/grafana-icons/svg/question-circle.svg b/packages/grafana-icons/svg/question-circle.svg deleted file mode 100644 index fb077c98532..00000000000 --- a/packages/grafana-icons/svg/question-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/record-audio.svg b/packages/grafana-icons/svg/record-audio.svg deleted file mode 100644 index 6f6a8154d18..00000000000 --- a/packages/grafana-icons/svg/record-audio.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/repeat.svg b/packages/grafana-icons/svg/repeat.svg deleted file mode 100644 index 7edc1116fa9..00000000000 --- a/packages/grafana-icons/svg/repeat.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/rocket.svg b/packages/grafana-icons/svg/rocket.svg deleted file mode 100644 index ae71c119ce5..00000000000 --- a/packages/grafana-icons/svg/rocket.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/rss.svg b/packages/grafana-icons/svg/rss.svg deleted file mode 100644 index 5d0c50c11d6..00000000000 --- a/packages/grafana-icons/svg/rss.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/ruler-combined.svg b/packages/grafana-icons/svg/ruler-combined.svg deleted file mode 100644 index aab5576c1bd..00000000000 --- a/packages/grafana-icons/svg/ruler-combined.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/save.svg b/packages/grafana-icons/svg/save.svg deleted file mode 100644 index f40d3ac0bca..00000000000 --- a/packages/grafana-icons/svg/save.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/search-minus.svg b/packages/grafana-icons/svg/search-minus.svg deleted file mode 100644 index 2ce6e0aa784..00000000000 --- a/packages/grafana-icons/svg/search-minus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/search-plus.svg b/packages/grafana-icons/svg/search-plus.svg deleted file mode 100644 index 18f99d89c22..00000000000 --- a/packages/grafana-icons/svg/search-plus.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/search.svg b/packages/grafana-icons/svg/search.svg deleted file mode 100644 index 39f5b14c3a9..00000000000 --- a/packages/grafana-icons/svg/search.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/service-account.svg b/packages/grafana-icons/svg/service-account.svg deleted file mode 100644 index 6027c4b676f..00000000000 --- a/packages/grafana-icons/svg/service-account.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/packages/grafana-icons/svg/share-alt.svg b/packages/grafana-icons/svg/share-alt.svg deleted file mode 100644 index d153312fd96..00000000000 --- a/packages/grafana-icons/svg/share-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/shield-exclamation.svg b/packages/grafana-icons/svg/shield-exclamation.svg deleted file mode 100644 index 273b02b114b..00000000000 --- a/packages/grafana-icons/svg/shield-exclamation.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/shield.svg b/packages/grafana-icons/svg/shield.svg deleted file mode 100644 index 736f02a06d5..00000000000 --- a/packages/grafana-icons/svg/shield.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/show-context.svg b/packages/grafana-icons/svg/show-context.svg deleted file mode 100644 index fb26fd6f3eb..00000000000 --- a/packages/grafana-icons/svg/show-context.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - diff --git a/packages/grafana-icons/svg/signal.svg b/packages/grafana-icons/svg/signal.svg deleted file mode 100644 index 95523452c22..00000000000 --- a/packages/grafana-icons/svg/signal.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/signin.svg b/packages/grafana-icons/svg/signin.svg deleted file mode 100644 index a3ac7e9b9b3..00000000000 --- a/packages/grafana-icons/svg/signin.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/signout.svg b/packages/grafana-icons/svg/signout.svg deleted file mode 100644 index 4009a2654bb..00000000000 --- a/packages/grafana-icons/svg/signout.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sitemap.svg b/packages/grafana-icons/svg/sitemap.svg deleted file mode 100644 index 3c5cd8d91dd..00000000000 --- a/packages/grafana-icons/svg/sitemap.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/slack.svg b/packages/grafana-icons/svg/slack.svg deleted file mode 100644 index edf70d18bdb..00000000000 --- a/packages/grafana-icons/svg/slack.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sliders-v-alt.svg b/packages/grafana-icons/svg/sliders-v-alt.svg deleted file mode 100644 index 868914ed2bc..00000000000 --- a/packages/grafana-icons/svg/sliders-v-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sort-amount-down.svg b/packages/grafana-icons/svg/sort-amount-down.svg deleted file mode 100644 index f120ee0115b..00000000000 --- a/packages/grafana-icons/svg/sort-amount-down.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sort-amount-up.svg b/packages/grafana-icons/svg/sort-amount-up.svg deleted file mode 100644 index 076ebf98af2..00000000000 --- a/packages/grafana-icons/svg/sort-amount-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/spinner.svg b/packages/grafana-icons/svg/spinner.svg deleted file mode 100644 index 62eb684eb27..00000000000 --- a/packages/grafana-icons/svg/spinner.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/packages/grafana-icons/svg/square-shape.svg b/packages/grafana-icons/svg/square-shape.svg deleted file mode 100644 index 960560f6553..00000000000 --- a/packages/grafana-icons/svg/square-shape.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/star.svg b/packages/grafana-icons/svg/star.svg deleted file mode 100644 index 7fc7a836a7e..00000000000 --- a/packages/grafana-icons/svg/star.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/step-backward.svg b/packages/grafana-icons/svg/step-backward.svg deleted file mode 100644 index b8832353209..00000000000 --- a/packages/grafana-icons/svg/step-backward.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/stopwatch-slash.svg b/packages/grafana-icons/svg/stopwatch-slash.svg deleted file mode 100644 index e220fda992a..00000000000 --- a/packages/grafana-icons/svg/stopwatch-slash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/stopwatch.svg b/packages/grafana-icons/svg/stopwatch.svg deleted file mode 100644 index 042caabbcfe..00000000000 --- a/packages/grafana-icons/svg/stopwatch.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sync-slash.svg b/packages/grafana-icons/svg/sync-slash.svg deleted file mode 100644 index a4e908a513a..00000000000 --- a/packages/grafana-icons/svg/sync-slash.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/sync.svg b/packages/grafana-icons/svg/sync.svg deleted file mode 100644 index efb196ca58a..00000000000 --- a/packages/grafana-icons/svg/sync.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/table-collapse-all.svg b/packages/grafana-icons/svg/table-collapse-all.svg deleted file mode 100644 index bacf4ac77a9..00000000000 --- a/packages/grafana-icons/svg/table-collapse-all.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/packages/grafana-icons/svg/table-expand-all.svg b/packages/grafana-icons/svg/table-expand-all.svg deleted file mode 100644 index 06682bc0605..00000000000 --- a/packages/grafana-icons/svg/table-expand-all.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/packages/grafana-icons/svg/table.svg b/packages/grafana-icons/svg/table.svg deleted file mode 100644 index 9d733a3450a..00000000000 --- a/packages/grafana-icons/svg/table.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/tag-alt.svg b/packages/grafana-icons/svg/tag-alt.svg deleted file mode 100644 index 992db25baf9..00000000000 --- a/packages/grafana-icons/svg/tag-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/telegram-alt.svg b/packages/grafana-icons/svg/telegram-alt.svg deleted file mode 100644 index 46aaad98400..00000000000 --- a/packages/grafana-icons/svg/telegram-alt.svg +++ /dev/null @@ -1 +0,0 @@ -telegram \ No newline at end of file diff --git a/packages/grafana-icons/svg/text-fields.svg b/packages/grafana-icons/svg/text-fields.svg deleted file mode 100644 index edce4350562..00000000000 --- a/packages/grafana-icons/svg/text-fields.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/thumbs-up.svg b/packages/grafana-icons/svg/thumbs-up.svg deleted file mode 100644 index acd0bf3d1bb..00000000000 --- a/packages/grafana-icons/svg/thumbs-up.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/times-circle.svg b/packages/grafana-icons/svg/times-circle.svg deleted file mode 100644 index cef7d52cce1..00000000000 --- a/packages/grafana-icons/svg/times-circle.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/times.svg b/packages/grafana-icons/svg/times.svg deleted file mode 100644 index 11e673b5f78..00000000000 --- a/packages/grafana-icons/svg/times.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/toggle-off.svg b/packages/grafana-icons/svg/toggle-off.svg deleted file mode 100644 index 694299f7c41..00000000000 --- a/packages/grafana-icons/svg/toggle-off.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/toggle-on.svg b/packages/grafana-icons/svg/toggle-on.svg deleted file mode 100644 index 046e640849d..00000000000 --- a/packages/grafana-icons/svg/toggle-on.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/traces.svg b/packages/grafana-icons/svg/traces.svg deleted file mode 100644 index a58acc03951..00000000000 --- a/packages/grafana-icons/svg/traces.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/packages/grafana-icons/svg/trash-alt.svg b/packages/grafana-icons/svg/trash-alt.svg deleted file mode 100644 index 54bef88545d..00000000000 --- a/packages/grafana-icons/svg/trash-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/unarchive.svg b/packages/grafana-icons/svg/unarchive.svg deleted file mode 100644 index afe7b426b38..00000000000 --- a/packages/grafana-icons/svg/unarchive.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/packages/grafana-icons/svg/unlock.svg b/packages/grafana-icons/svg/unlock.svg deleted file mode 100644 index 67864413a35..00000000000 --- a/packages/grafana-icons/svg/unlock.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/upload.svg b/packages/grafana-icons/svg/upload.svg deleted file mode 100644 index ac85cdff001..00000000000 --- a/packages/grafana-icons/svg/upload.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/user-arrows.svg b/packages/grafana-icons/svg/user-arrows.svg deleted file mode 100644 index 91612a70103..00000000000 --- a/packages/grafana-icons/svg/user-arrows.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/user.svg b/packages/grafana-icons/svg/user.svg deleted file mode 100644 index 2236c900d99..00000000000 --- a/packages/grafana-icons/svg/user.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/users-alt.svg b/packages/grafana-icons/svg/users-alt.svg deleted file mode 100644 index 93184b9dcb6..00000000000 --- a/packages/grafana-icons/svg/users-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/vertical-align-bottom.svg b/packages/grafana-icons/svg/vertical-align-bottom.svg deleted file mode 100644 index de486c4f1c2..00000000000 --- a/packages/grafana-icons/svg/vertical-align-bottom.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/vertical-align-center.svg b/packages/grafana-icons/svg/vertical-align-center.svg deleted file mode 100644 index 0720428e4e3..00000000000 --- a/packages/grafana-icons/svg/vertical-align-center.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/vertical-align-top.svg b/packages/grafana-icons/svg/vertical-align-top.svg deleted file mode 100644 index d2a5d96169e..00000000000 --- a/packages/grafana-icons/svg/vertical-align-top.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/web-section-alt.svg b/packages/grafana-icons/svg/web-section-alt.svg deleted file mode 100644 index 2ac16c2db81..00000000000 --- a/packages/grafana-icons/svg/web-section-alt.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/wrap-text.svg b/packages/grafana-icons/svg/wrap-text.svg deleted file mode 100644 index 5836bc2e233..00000000000 --- a/packages/grafana-icons/svg/wrap-text.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/svg/x.svg b/packages/grafana-icons/svg/x.svg deleted file mode 100644 index 56e7e84f16a..00000000000 --- a/packages/grafana-icons/svg/x.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/packages/grafana-icons/templates/icon.cjs b/packages/grafana-icons/templates/icon.cjs deleted file mode 100644 index 5fd12b10508..00000000000 --- a/packages/grafana-icons/templates/icon.cjs +++ /dev/null @@ -1,46 +0,0 @@ -/** - * Modify the JSX to use the IconBase component as a wrapper - */ -const modifyJSX = (jsx) => { - jsx.openingElement.name.name = 'IconBase'; - jsx.openingElement.attributes = [ - ...jsx.openingElement.attributes, - { - type: 'JSXSpreadAttribute', - argument: { - type: 'Identifier', - name: 'props', - }, - }, - ]; - - jsx.closingElement.name.name = 'IconBase'; - - return jsx; -}; - -const comments = ` -// This is an auto-generated file, created by svgr-cli. -// Do not edit this file manually. -// To update the component, modify the template in templates/icon.js. -// Run "yarn generate" to update. -`; -const imports = ` -import { memo } from 'react'; - -import { IconBase, IconProps } from '../IconBase'; -`; -const template = ({ exports, jsx, componentName }, { tpl }) => { - return tpl` -${comments} -${imports} - -const ${componentName} = (props: IconProps) => ( - ${modifyJSX(jsx)} -); - -${exports}; -`; -}; - -module.exports = template; diff --git a/packages/grafana-icons/templates/index.cjs b/packages/grafana-icons/templates/index.cjs deleted file mode 100644 index 9bbd0507a39..00000000000 --- a/packages/grafana-icons/templates/index.cjs +++ /dev/null @@ -1,12 +0,0 @@ -const path = require('path'); - -function defaultIndexTemplate(filePaths) { - const exportEntries = filePaths.map(({ path: filePath }) => { - const basename = path.basename(filePath, path.extname(filePath)); - const exportName = /^\d/.test(basename) ? `Svg${basename}` : basename; - return `export { default as ${exportName} } from './icons-gen/${basename}'`; - }); - return ["export { type IconProps } from './IconBase';", ...exportEntries].join('\n'); -} - -module.exports = defaultIndexTemplate; diff --git a/packages/grafana-icons/tsconfig.build.json b/packages/grafana-icons/tsconfig.build.json deleted file mode 100644 index 54309163ebc..00000000000 --- a/packages/grafana-icons/tsconfig.build.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "exclude": ["dist", "node_modules", "test", "**/*.test.ts*"], - "extends": "./tsconfig.json" -} diff --git a/packages/grafana-icons/tsconfig.json b/packages/grafana-icons/tsconfig.json deleted file mode 100644 index bf218cdd730..00000000000 --- a/packages/grafana-icons/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "compilerOptions": { - "jsx": "react-jsx", - "baseUrl": "./", - "declarationDir": "./compiled", - "emitDeclarationOnly": true, - "isolatedModules": true, - "rootDirs": ["."], - "resolveJsonModule": true - }, - "exclude": ["dist/**/*"], - "extends": "@grafana/tsconfig", - "include": ["src/**/*.tsx"] -} diff --git a/project.json b/project.json index 9c2c25d1e8d..b67053dbbe6 100644 --- a/project.json +++ b/project.json @@ -6,7 +6,6 @@ "start": { "dependsOn": [ "themes-generate", - "grafana-icons:generate", { "projects": ["tag:scope:plugin"], "target": "build" @@ -16,7 +15,6 @@ "build": { "dependsOn": [ "themes-generate", - "grafana-icons:generate", { "projects": ["tag:scope:plugin"], "target": "build" diff --git a/yarn.lock b/yarn.lock index 42dd66568b5..f41e045bbf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -99,7 +99,7 @@ __metadata: languageName: node linkType: hard -"@babel/core@npm:7.26.10, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.18.9, @babel/core@npm:^7.21.3, @babel/core@npm:^7.22.9": +"@babel/core@npm:7.26.10, @babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.18.9, @babel/core@npm:^7.22.9": version: 7.26.10 resolution: "@babel/core@npm:7.26.10" dependencies: @@ -1451,7 +1451,7 @@ __metadata: languageName: node linkType: hard -"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.5, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.18.9, @babel/types@npm:^7.20.7, @babel/types@npm:^7.22.5, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.9, @babel/types@npm:^7.26.10, @babel/types@npm:^7.27.0, @babel/types@npm:^7.3.3, @babel/types@npm:^7.4.4": version: 7.27.0 resolution: "@babel/types@npm:7.27.0" dependencies: @@ -3439,41 +3439,6 @@ __metadata: languageName: unknown linkType: soft -"@grafana/saga-icons@workspace:*, @grafana/saga-icons@workspace:packages/grafana-icons": - version: 0.0.0-use.local - resolution: "@grafana/saga-icons@workspace:packages/grafana-icons" - dependencies: - "@babel/core": "npm:7.26.10" - "@grafana/tsconfig": "npm:^2.0.0" - "@rollup/plugin-node-resolve": "npm:^16.0.0" - "@rollup/plugin-typescript": "npm:^12.1.0" - "@svgr/babel-plugin-remove-jsx-attribute": "npm:^8.0.0" - "@svgr/cli": "npm:^8.1.0" - "@svgr/core": "npm:8.1.0" - "@svgr/plugin-jsx": "npm:^8.1.0" - "@svgr/plugin-prettier": "npm:^8.1.0" - "@svgr/plugin-svgo": "npm:^8.1.0" - "@types/babel__core": "npm:^7" - "@types/node": "npm:22.12.0" - "@types/react": "npm:18.3.18" - "@types/react-dom": "npm:18.3.5" - esbuild: "npm:0.25.0" - prettier: "npm:3.4.2" - react: "npm:18.3.1" - react-dom: "npm:18.3.1" - rimraf: "npm:6.0.1" - rollup: "npm:^4.22.4" - rollup-plugin-dts: "npm:^6.1.1" - rollup-plugin-esbuild: "npm:6.2.0" - rollup-plugin-node-externals: "npm:8.0.0" - ts-node: "npm:10.9.2" - typescript: "npm:5.7.3" - peerDependencies: - react: ^17.0.0 || ^18.0.0 - react-dom: ^17.0.0 || ^18.0.0 - languageName: unknown - linkType: soft - "@grafana/scenes-react@npm:^6.8.1": version: 6.9.0 resolution: "@grafana/scenes-react@npm:6.9.0" @@ -6561,7 +6526,7 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-node-resolve@npm:16.0.0, @rollup/plugin-node-resolve@npm:^16.0.0": +"@rollup/plugin-node-resolve@npm:16.0.0": version: 16.0.0 resolution: "@rollup/plugin-node-resolve@npm:16.0.0" dependencies: @@ -6595,25 +6560,6 @@ __metadata: languageName: node linkType: hard -"@rollup/plugin-typescript@npm:^12.1.0": - version: 12.1.1 - resolution: "@rollup/plugin-typescript@npm:12.1.1" - dependencies: - "@rollup/pluginutils": "npm:^5.1.0" - resolve: "npm:^1.22.1" - peerDependencies: - rollup: ^2.14.0||^3.0.0||^4.0.0 - tslib: "*" - typescript: ">=3.7.0" - peerDependenciesMeta: - rollup: - optional: true - tslib: - optional: true - checksum: 10/838d5e67d1b383154fab7ae1b0c58e91844c70380210b12c1d5f2ed5d2264d4fbd21ff991a13a4a72078dce897b5c482c70554a21671269219aa9d2525f14dcd - languageName: node - linkType: hard - "@rollup/pluginutils@npm:^3.0.9": version: 3.1.0 resolution: "@rollup/pluginutils@npm:3.1.0" @@ -6627,7 +6573,7 @@ __metadata: languageName: node linkType: hard -"@rollup/pluginutils@npm:^5.0.1, @rollup/pluginutils@npm:^5.1.0": +"@rollup/pluginutils@npm:^5.0.1": version: 5.1.2 resolution: "@rollup/pluginutils@npm:5.1.2" dependencies: @@ -7600,178 +7546,6 @@ __metadata: languageName: node linkType: hard -"@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-add-jsx-attribute@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/3fc8e35d16f5abe0af5efe5851f27581225ac405d6a1ca44cda0df064cddfcc29a428c48c2e4bef6cebf627c9ac2f652a096030edb02cf5a120ce28d3c234710 - languageName: node - linkType: hard - -"@svgr/babel-plugin-remove-jsx-attribute@npm:8.0.0, @svgr/babel-plugin-remove-jsx-attribute@npm:^8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-remove-jsx-attribute@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/ff992893c6c4ac802713ba3a97c13be34e62e6d981c813af40daabcd676df68a72a61bd1e692bb1eda3587f1b1d700ea462222ae2153bb0f46886632d4f88d08 - languageName: node - linkType: hard - -"@svgr/babel-plugin-remove-jsx-empty-expression@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-remove-jsx-empty-expression@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/0fb691b63a21bac00da3aa2dccec50d0d5a5b347ff408d60803b84410d8af168f2656e4ba1ee1f24dab0ae4e4af77901f2928752bb0434c1f6788133ec599ec8 - languageName: node - linkType: hard - -"@svgr/babel-plugin-replace-jsx-attribute-value@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-replace-jsx-attribute-value@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/1edda65ef4f4dd8f021143c8ec276a08f6baa6f733b8e8ee2e7775597bf6b97afb47fdeefd579d6ae6c959fe2e634f55cd61d99377631212228c8cfb351b8921 - languageName: node - linkType: hard - -"@svgr/babel-plugin-svg-dynamic-title@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-svg-dynamic-title@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/876cec891488992e6a9aebb8155e2bea4ec461b4718c51de36e988e00e271c6d9d01ef6be17b9effd44b2b3d7db0b41c161a5904a46ae6f38b26b387ad7f3709 - languageName: node - linkType: hard - -"@svgr/babel-plugin-svg-em-dimensions@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-svg-em-dimensions@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/be0e2d391164428327d9ec469a52cea7d93189c6b0e2c290999e048f597d777852f701c64dca44cd45b31ed14a7f859520326e2e4ad7c3a4545d0aa235bc7e9a - languageName: node - linkType: hard - -"@svgr/babel-plugin-transform-react-native-svg@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/babel-plugin-transform-react-native-svg@npm:8.1.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/85b434a57572f53bd2b9f0606f253e1fcf57b4a8c554ec3f2d43ed17f50d8cae200cb3aaf1ec9d626e1456e8b135dce530ae047eb0bed6d4bf98a752d6640459 - languageName: node - linkType: hard - -"@svgr/babel-plugin-transform-svg-component@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/babel-plugin-transform-svg-component@npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/86ca139c0be0e7df05f103c5f10874387ada1434ca0286584ba9cd367c259d74bf9c86700b856449f46cf674bd6f0cf18f8f034f6d3f0e2ce5e5435c25dbff4b - languageName: node - linkType: hard - -"@svgr/babel-preset@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/babel-preset@npm:8.1.0" - dependencies: - "@svgr/babel-plugin-add-jsx-attribute": "npm:8.0.0" - "@svgr/babel-plugin-remove-jsx-attribute": "npm:8.0.0" - "@svgr/babel-plugin-remove-jsx-empty-expression": "npm:8.0.0" - "@svgr/babel-plugin-replace-jsx-attribute-value": "npm:8.0.0" - "@svgr/babel-plugin-svg-dynamic-title": "npm:8.0.0" - "@svgr/babel-plugin-svg-em-dimensions": "npm:8.0.0" - "@svgr/babel-plugin-transform-react-native-svg": "npm:8.1.0" - "@svgr/babel-plugin-transform-svg-component": "npm:8.0.0" - peerDependencies: - "@babel/core": ^7.0.0-0 - checksum: 10/3a67930f080b8891e1e8e2595716b879c944d253112bae763dce59807ba23454d162216c8d66a0a0e3d4f38a649ecd6c387e545d1e1261dd69a68e9a3392ee08 - languageName: node - linkType: hard - -"@svgr/cli@npm:^8.1.0": - version: 8.1.0 - resolution: "@svgr/cli@npm:8.1.0" - dependencies: - "@svgr/core": "npm:8.1.0" - "@svgr/plugin-jsx": "npm:8.1.0" - "@svgr/plugin-prettier": "npm:8.1.0" - "@svgr/plugin-svgo": "npm:8.1.0" - camelcase: "npm:^6.2.0" - chalk: "npm:^4.1.2" - commander: "npm:^9.4.1" - dashify: "npm:^2.0.0" - glob: "npm:^8.0.3" - snake-case: "npm:^3.0.4" - bin: - svgr: bin/svgr - checksum: 10/b3478ebcbc3783160b548af5bfe352decdf6255b54d9256b752b2fabc296d743d55805eb596b82110e482b176fc3eab9ad91f979e92a505f224b27c1b9e3dbb1 - languageName: node - linkType: hard - -"@svgr/core@npm:8.1.0": - version: 8.1.0 - resolution: "@svgr/core@npm:8.1.0" - dependencies: - "@babel/core": "npm:^7.21.3" - "@svgr/babel-preset": "npm:8.1.0" - camelcase: "npm:^6.2.0" - cosmiconfig: "npm:^8.1.3" - snake-case: "npm:^3.0.4" - checksum: 10/bc98cd5fc349ab9dcf0c13c2279164726d45878cdac8999090765379c6e897a1b24aca641c12a3c33f578d06f7a09252fb090962a4695c753fb02b627a56bfe6 - languageName: node - linkType: hard - -"@svgr/hast-util-to-babel-ast@npm:8.0.0": - version: 8.0.0 - resolution: "@svgr/hast-util-to-babel-ast@npm:8.0.0" - dependencies: - "@babel/types": "npm:^7.21.3" - entities: "npm:^4.4.0" - checksum: 10/243aa9c92d66aa3f1fc82851fe1fa376808a08fcc02719fed38ebfb4e25cf3e3c1282c185300c29953d047c36acb9e3ac588d46b0af55a3b7a5186a6badec8a9 - languageName: node - linkType: hard - -"@svgr/plugin-jsx@npm:8.1.0, @svgr/plugin-jsx@npm:^8.1.0": - version: 8.1.0 - resolution: "@svgr/plugin-jsx@npm:8.1.0" - dependencies: - "@babel/core": "npm:^7.21.3" - "@svgr/babel-preset": "npm:8.1.0" - "@svgr/hast-util-to-babel-ast": "npm:8.0.0" - svg-parser: "npm:^2.0.4" - peerDependencies: - "@svgr/core": "*" - checksum: 10/0418a9780753d3544912ee2dad5d2cf8d12e1ba74df8053651b3886aeda54d5f0f7d2dece0af5e0d838332c4f139a57f0dabaa3ca1afa4d1a765efce6a7656f2 - languageName: node - linkType: hard - -"@svgr/plugin-prettier@npm:8.1.0, @svgr/plugin-prettier@npm:^8.1.0": - version: 8.1.0 - resolution: "@svgr/plugin-prettier@npm:8.1.0" - dependencies: - deepmerge: "npm:^4.3.1" - prettier: "npm:^2.8.7" - peerDependencies: - "@svgr/core": "*" - checksum: 10/834373d7d34906cfa67191933153c8c71bb5c13eff71e113730c8642b2abcce136cb0e1869d52642fe305593a84c1d54d39543f24091f6b8a2620c1333691638 - languageName: node - linkType: hard - -"@svgr/plugin-svgo@npm:8.1.0, @svgr/plugin-svgo@npm:^8.1.0": - version: 8.1.0 - resolution: "@svgr/plugin-svgo@npm:8.1.0" - dependencies: - cosmiconfig: "npm:^8.1.3" - deepmerge: "npm:^4.3.1" - svgo: "npm:^3.0.2" - peerDependencies: - "@svgr/core": "*" - checksum: 10/59d9d214cebaacca9ca71a561f463d8b7e5a68ca9443e4792a42d903acd52259b1790c0680bc6afecc3f00a255a6cbd7ea278a9f625bac443620ea58a590c2d0 - languageName: node - linkType: hard - "@swagger-api/apidom-ast@npm:^1.0.0-beta.30": version: 1.0.0-beta.30 resolution: "@swagger-api/apidom-ast@npm:1.0.0-beta.30" @@ -13066,13 +12840,6 @@ __metadata: languageName: node linkType: hard -"commander@npm:^9.4.1": - version: 9.5.0 - resolution: "commander@npm:9.5.0" - checksum: 10/41c49b3d0f94a1fbeb0463c85b13f15aa15a9e0b4d5e10a49c0a1d58d4489b549d62262b052ae0aa6cfda53299bee487bfe337825df15e342114dde543f82906 - languageName: node - linkType: hard - "comment-parser@npm:1.4.1": version: 1.4.1 resolution: "comment-parser@npm:1.4.1" @@ -13477,7 +13244,7 @@ __metadata: languageName: node linkType: hard -"cosmiconfig@npm:^8.1.3, cosmiconfig@npm:^8.2.0": +"cosmiconfig@npm:^8.2.0": version: 8.3.6 resolution: "cosmiconfig@npm:8.3.6" dependencies: @@ -14387,13 +14154,6 @@ __metadata: languageName: node linkType: hard -"dashify@npm:^2.0.0": - version: 2.0.0 - resolution: "dashify@npm:2.0.0" - checksum: 10/f13233f38fc39ea8dabe3a5bef51421906aa8a52e4403fcb56e3e6464428f5c0bdd75562706929a245c698bceccf68a82e30e9e327a0c582469868522a163f8c - languageName: node - linkType: hard - "data-urls@npm:^3.0.2": version: 3.0.2 resolution: "data-urls@npm:3.0.2" @@ -17441,19 +17201,6 @@ __metadata: languageName: node linkType: hard -"glob@npm:^8.0.3": - version: 8.1.0 - resolution: "glob@npm:8.1.0" - dependencies: - fs.realpath: "npm:^1.0.0" - inflight: "npm:^1.0.4" - inherits: "npm:2" - minimatch: "npm:^5.0.1" - once: "npm:^1.3.0" - checksum: 10/9aab1c75eb087c35dbc41d1f742e51d0507aa2b14c910d96fb8287107a10a22f4bbdce26fc0a3da4c69a20f7b26d62f1640b346a4f6e6becfff47f335bb1dc5e - languageName: node - linkType: hard - "glob@npm:^9.2.0": version: 9.3.5 resolution: "glob@npm:9.3.5" @@ -17629,7 +17376,6 @@ __metadata: "@grafana/plugin-ui": "npm:0.10.5" "@grafana/prometheus": "workspace:*" "@grafana/runtime": "workspace:*" - "@grafana/saga-icons": "workspace:*" "@grafana/scenes": "npm:^6.8.1" "@grafana/scenes-react": "npm:^6.8.1" "@grafana/schema": "workspace:*" @@ -24635,7 +24381,7 @@ __metadata: languageName: node linkType: hard -"prettier@npm:^2.3.2, prettier@npm:^2.8.7": +"prettier@npm:^2.3.2": version: 2.8.8 resolution: "prettier@npm:2.8.8" bin: @@ -27060,7 +26806,7 @@ __metadata: languageName: node linkType: hard -"rollup-plugin-node-externals@npm:8.0.0, rollup-plugin-node-externals@npm:^8.0.0": +"rollup-plugin-node-externals@npm:^8.0.0": version: 8.0.0 resolution: "rollup-plugin-node-externals@npm:8.0.0" peerDependencies: @@ -28074,16 +27820,6 @@ __metadata: languageName: node linkType: hard -"snake-case@npm:^3.0.4": - version: 3.0.4 - resolution: "snake-case@npm:3.0.4" - dependencies: - dot-case: "npm:^3.0.4" - tslib: "npm:^2.0.3" - checksum: 10/0a7a79900bbb36f8aaa922cf111702a3647ac6165736d5dc96d3ef367efc50465cac70c53cd172c382b022dac72ec91710608e5393de71f76d7142e6fd80e8a3 - languageName: node - linkType: hard - "socket.io-adapter@npm:~2.5.2": version: 2.5.5 resolution: "socket.io-adapter@npm:2.5.5" @@ -29039,13 +28775,6 @@ __metadata: languageName: node linkType: hard -"svg-parser@npm:^2.0.4": - version: 2.0.4 - resolution: "svg-parser@npm:2.0.4" - checksum: 10/ec196da6ea21481868ab26911970e35488361c39ead1c6cdd977ba16c885c21a91ddcbfd113bfb01f79a822e2a751ef85b2f7f95e2cb9245558ebce12c34af1f - languageName: node - linkType: hard - "svg-tags@npm:^1.0.0": version: 1.0.0 resolution: "svg-tags@npm:1.0.0" @@ -29053,7 +28782,7 @@ __metadata: languageName: node linkType: hard -"svgo@npm:^3.0.2, svgo@npm:^3.3.2": +"svgo@npm:^3.3.2": version: 3.3.2 resolution: "svgo@npm:3.3.2" dependencies: