diff --git a/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml b/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml
new file mode 100644
index 00000000..ef0c57f1
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/add_monochrome_icon.yml
@@ -0,0 +1,73 @@
+name: "Add light & dark icon"
+description: Use this template to add a new icon to the project. Monochrome icons need both light and dark versions.
+title: "feat(icons): add [NAME]"
+labels: ["monochrome-icon"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Hello and thank you for contributing to the project! Please fill out the following information to add a new icon to the project.
+ Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes.
+ If you submit a PNG icon, please note, that the SVG can not be generated from it.
+ - type: input
+ attributes:
+ label: Icon name
+ description: The name has to be unique and should be kebab-case.
+ placeholder: e.g. "icon-name"
+ - type: textarea
+ attributes:
+ label: Paste light mode icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
+ - type: textarea
+ attributes:
+ label: Paste dark mode icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
+ - type: dropdown
+ attributes:
+ label: Icon type
+ options:
+ - SVG
+ - PNG
+ - type: dropdown
+ attributes:
+ label: Categories
+ multiple: true
+ options:
+ - Animal
+ - Cloud
+ - Communication
+ - Design
+ - Development
+ - E-Commerce
+ - Education
+ - File
+ - Finance
+ - Food
+ - Gaming
+ - Hardware
+ - Health
+ - Location
+ - Logistics
+ - Media
+ - Music
+ - Nature
+ - News
+ - Organization
+ - Search
+ - Security
+ - SocialMedia
+ - Streaming
+ - Travel
+ - Video
+ - type: input
+ attributes:
+ label: Aliases
+ description: A comma separated list of aliases
+ placeholder: e.g. "icon-alias, icon-alias-2"
+ - type: textarea
+ attributes:
+ label: Additional information
+ description: |
+ Add additional informations like a link to the application.
diff --git a/.github/ISSUE_TEMPLATE/add_normal_icon.yml b/.github/ISSUE_TEMPLATE/add_normal_icon.yml
new file mode 100644
index 00000000..ded99c1e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/add_normal_icon.yml
@@ -0,0 +1,68 @@
+name: "Add normal icon"
+description: Use this template to add a new icon to the project. Normal icons work for both light and dark themes.
+title: "feat(icons): add [NAME]"
+labels: ["normal-icon"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Hello and thank you for contributing to the project! Please fill out the following information to add a new icon to the project.
+ Once you've submitted the issue, sombody from the team will review it, before adding a label which automatically creates a pull request with the other filetypes.
+ If you submit a PNG icon, please note, that the SVG can not be generated from it.
+ - type: input
+ attributes:
+ label: Icon name
+ description: The name has to be unique and should be kebab-case.
+ placeholder: e.g. "icon-name"
+ - type: textarea
+ attributes:
+ label: Paste icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github.
+ - type: dropdown
+ attributes:
+ label: Icon type
+ options:
+ - SVG
+ - PNG
+ - type: dropdown
+ attributes:
+ label: Categories
+ multiple: true
+ options:
+ - Animal
+ - Cloud
+ - Communication
+ - Design
+ - Development
+ - E-Commerce
+ - Education
+ - File
+ - Finance
+ - Food
+ - Gaming
+ - Hardware
+ - Health
+ - Location
+ - Logistics
+ - Media
+ - Music
+ - Nature
+ - News
+ - Organization
+ - Search
+ - Security
+ - SocialMedia
+ - Streaming
+ - Travel
+ - Video
+ - type: input
+ attributes:
+ label: Aliases
+ description: A comma separated list of aliases
+ placeholder: e.g. "icon-alias, icon-alias-2"
+ - type: textarea
+ attributes:
+ label: Additional information
+ description: |
+ Add additional informations like a link to the application.
diff --git a/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml b/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml
new file mode 100644
index 00000000..b2995aa2
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/update_monochrome_icon.yml
@@ -0,0 +1,35 @@
+name: "Update light & dark icon"
+description: Use this template to update an existing icon. Monochrome icons need both light and dark versions.
+title: "feat(icons): update [NAME]"
+labels: ["monochrome-icon"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Hello and thank you for contributing to the project! Please fill out the following informations to update an existing icon in the project.
+ - type: input
+ attributes:
+ label: Icon name
+ description: The name has to be unique and should be kebab-case.
+ placeholder: e.g. "icon-name"
+ - type: textarea
+ attributes:
+ label: Paste light mode icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
+ - type: textarea
+ attributes:
+ label: Paste dark mode icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
+ - type: dropdown
+ attributes:
+ label: Icon type
+ options:
+ - SVG
+ - PNG
+ - type: textarea
+ attributes:
+ label: Additional information
+ description: |
+ Add additional informations like, the reason for the update, or what has been changed.
diff --git a/.github/ISSUE_TEMPLATE/update_normal_icon.yml b/.github/ISSUE_TEMPLATE/update_normal_icon.yml
new file mode 100644
index 00000000..23e66701
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/update_normal_icon.yml
@@ -0,0 +1,30 @@
+name: "Update normal icon"
+description: Use this template to update an existing icon. Normal icons work for both light and dark themes.
+title: "feat(icons): update [NAME]"
+labels: ["normal-icon"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Hello and thank you for contributing to the project! Please fill out the following informations to update an existing icon in the project.
+ - type: input
+ attributes:
+ label: Icon name
+ description: The name has to match the existing icon name.
+ placeholder: e.g. "icon-name"
+ - type: textarea
+ attributes:
+ label: Paste icon
+ description: |
+ Please paste the icon here. It will automatically upload it to github.
+ - type: dropdown
+ attributes:
+ label: Icon type
+ options:
+ - SVG
+ - PNG
+ - type: textarea
+ attributes:
+ label: Additional information
+ description: |
+ Add additional informations like, the reason for the update, or what has been changed.
diff --git a/.github/workflows/compress_icons.yml b/.github/workflows/compress_icons.yml
index fdff8cbe..234fd814 100644
--- a/.github/workflows/compress_icons.yml
+++ b/.github/workflows/compress_icons.yml
@@ -1,8 +1,6 @@
name: Compress Icons
on:
- schedule:
- - cron: "0 0 * * 0"
workflow_dispatch:
jobs:
diff --git a/.github/workflows/on_icon_addition_approved.yml b/.github/workflows/on_icon_addition_approved.yml
new file mode 100644
index 00000000..ba5fa8da
--- /dev/null
+++ b/.github/workflows/on_icon_addition_approved.yml
@@ -0,0 +1,69 @@
+name: "[Icon] Icon addition approved"
+on:
+ issues:
+ types: [labeled]
+
+jobs:
+ add-icon:
+ runs-on: ubuntu-latest
+ # This condition ensures the job only runs when the 'approved' label is added and the issue title starts with 'feat(icons): add '
+ if: |
+ contains(github.event.issue.labels.*.name, 'approved') &&
+ startsWith(github.event.issue.title, 'feat(icons): add ')
+ env:
+ ICON_TYPE: ${{ contains(github.event.issue.labels.*.name, 'normal-icon') && 'normal' || 'monochrome' }}
+ steps:
+ - name: Obtain token
+ id: obtainToken
+ uses: tibdex/github-app-token@v2
+ with:
+ private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }}
+ app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }}
+ - name: Checkout repository
+ uses: actions/checkout@v4
+ env:
+ GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
+ - name: Set Up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: "3.11"
+ - name: Install Dependencies
+ run: |
+ pip install cairosvg pillow requests
+ - name: Parse issue form
+ id: parse_issue_form
+ run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
+ env:
+ INPUT_ISSUE_BODY: ${{ github.event.issue.body }}
+ - name: Create metadata file
+ run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} addition
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ INPUT_ISSUE_AUTHOR_ID: ${{ github.event.issue.user.id }}
+ INPUT_ISSUE_AUTHOR_LOGIN: ${{ github.event.issue.user.login }}
+ - name: Generate icons
+ run: python scripts/generate_icons.py ${{ env.ICON_TYPE }} addition
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ - name: Extract icon name
+ id: extract_icon_name
+ run: echo "ICON_NAME=$(python scripts/print_icon_name.py ${{ env.ICON_TYPE }} addition)" >> "$GITHUB_OUTPUT"
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ - name: Commit changes
+ run: |
+ git config --global user.email "193821040+dashboard-icons-manager[bot]@users.noreply.github.com"
+ git config --global user.name "Dashboard Icons Manager"
+ git add .
+ git commit -m "feat(icons): add ${{ steps.extract_icon_name.outputs.ICON_NAME }}"
+
+ - name: Create Pull Request
+ uses: peter-evans/create-pull-request@v7
+ with:
+ token: ${{ steps.obtainToken.outputs.token }}
+ branch: icons/add-${{steps.extract_icon_name.outputs.ICON_NAME}}
+ base: main
+ title: "feat(icons): add ${{steps.extract_icon_name.outputs.ICON_NAME}}"
+ delete-branch: true
+ body: |
+ This PR adds the icon ${{steps.extract_icon_name.outputs.ICON_NAME}} added in #${{github.event.issue.number}} to the project.
diff --git a/.github/workflows/on_icon_update_approved.yml b/.github/workflows/on_icon_update_approved.yml
new file mode 100644
index 00000000..88190a73
--- /dev/null
+++ b/.github/workflows/on_icon_update_approved.yml
@@ -0,0 +1,69 @@
+name: "[Icon] Icon update approved"
+on:
+ issues:
+ types: [labeled]
+
+jobs:
+ update-icon:
+ runs-on: ubuntu-latest
+ # This condition ensures the job only runs when the 'approved' label is updated and the issue title starts with 'feat(icons): update '
+ if: |
+ contains(github.event.issue.labels.*.name, 'approved') &&
+ startsWith(github.event.issue.title, 'feat(icons): update ')
+ env:
+ ICON_TYPE: ${{ contains(github.event.issue.labels.*.name, 'normal-icon') && 'normal' || 'monochrome' }}
+ steps:
+ - name: Obtain token
+ id: obtainToken
+ uses: tibdex/github-app-token@v2
+ with:
+ private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }}
+ app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }}
+ - name: Checkout repository
+ uses: actions/checkout@v4
+ env:
+ GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
+ - name: Set Up Python
+ uses: actions/setup-python@v4
+ with:
+ python-version: "3.11"
+ - name: Install Dependencies
+ run: |
+ pip install cairosvg pillow requests
+ - name: Parse issue form
+ id: parse_issue_form
+ run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
+ env:
+ INPUT_ISSUE_BODY: ${{ github.event.issue.body }}
+ - name: Update metadata file
+ run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} update
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ INPUT_ISSUE_AUTHOR_ID: ${{ github.event.issue.user.id }}
+ INPUT_ISSUE_AUTHOR_LOGIN: ${{ github.event.issue.user.login }}
+ - name: Generate icons
+ run: python scripts/generate_icons.py ${{ env.ICON_TYPE }} update
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ - name: Extract icon name
+ id: extract_icon_name
+ run: echo "ICON_NAME=$(python scripts/print_icon_name.py ${{ env.ICON_TYPE }} update)" >> "$GITHUB_OUTPUT"
+ env:
+ INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
+ - name: Commit changes
+ run: |
+ git config --global user.email "193821040+dashboard-icons-manager[bot]@users.noreply.github.com"
+ git config --global user.name "Dashboard Icons Manager"
+ git add .
+ git commit -m "feat(icons): update ${{ steps.extract_icon_name.outputs.ICON_NAME }}"
+
+ - name: Create Pull Request
+ uses: peter-evans/create-pull-request@v7
+ with:
+ token: ${{ steps.obtainToken.outputs.token }}
+ branch: icons/update-${{steps.extract_icon_name.outputs.ICON_NAME}}
+ base: main
+ title: "feat(icons): update ${{steps.extract_icon_name.outputs.ICON_NAME}}"
+ delete-branch: true
+ body: |
+ This PR updates the icon ${{steps.extract_icon_name.outputs.ICON_NAME}} like requested in #${{github.event.issue.number}} to the project.
diff --git a/meta/apple.json b/meta/apple.json
index 6ce79ee5..f8205b17 100644
--- a/meta/apple.json
+++ b/meta/apple.json
@@ -10,7 +10,7 @@
}
},
"colors": {
- "dark": "apple",
- "light": "apple-light"
+ "light": "apple",
+ "dark": "apple-light"
}
-}
\ No newline at end of file
+}
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 00000000..ddc2e8c7
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,17694 @@
+{
+ "13ft": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:25:47Z",
+ "author": {
+ "id": 46011270,
+ "name": "mcmikemn"
+ }
+ }
+ },
+ "1password": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:01:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "1password-dark",
+ "light": "1password"
+ }
+ },
+ "2fauth": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:37:13Z",
+ "author": {
+ "id": 858858,
+ "name": "Bubka"
+ }
+ },
+ "colors": {
+ "dark": "2fauth",
+ "light": "2fauth-light"
+ }
+ },
+ "3cx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:33:11Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "3cx",
+ "light": "3cx-light"
+ }
+ },
+ "5etools": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:46:29Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "5etools-dark",
+ "light": "5etools"
+ }
+ },
+ "7zip": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2025-01-05T00:02:27Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "act": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "activepieces": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "actual-budget": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "adblock": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:47:53Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "adguard-home": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T09:57:51Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "adminer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ads-b-exchange": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "adventure-log": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "affine": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "affine",
+ "light": "affine-light"
+ }
+ },
+ "airsonic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "airtable": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "airtel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "airvpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-06-23T17:25:39Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "akkoma": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "akkoma",
+ "light": "akkoma-light"
+ }
+ },
+ "alarmpi": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "albert-heijn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "alertmanager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "algo": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "aliexpress": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:25:19Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "alist": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:27:20Z",
+ "author": {
+ "id": 56171752,
+ "name": "Flying-Tom"
+ }
+ }
+ },
+ "alloy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:32:11Z",
+ "author": {
+ "id": 10404337,
+ "name": "bmgalhardo"
+ }
+ }
+ },
+ "alltube": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "alltube",
+ "light": "alltube-light"
+ }
+ },
+ "alma-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "alpine-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "amazon-prime": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "amazon-web-services": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "amazon-web-services",
+ "light": "amazon-web-services-light"
+ }
+ },
+ "amazon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "amazon",
+ "light": "amazon-light"
+ }
+ },
+ "amcrest-cloud": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "amcrest": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "amd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "amd",
+ "light": "amd-light"
+ }
+ },
+ "ami-alt": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ami-alt",
+ "light": "ami-alt-light"
+ }
+ },
+ "ami": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "amp": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ampache": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "android-auto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "android-auto-dark",
+ "light": "android-auto"
+ }
+ },
+ "android-robot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "android": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "anonaddy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ansible": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ansible",
+ "light": "ansible-light"
+ }
+ },
+ "anything-llm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "anything-llm",
+ "light": "anything-llm-light"
+ }
+ },
+ "apache-airflow": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-05T08:15:52Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-answer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-cassandra": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-cloudstack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-druid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-openoffice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-solr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-subversion": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apache-tomcat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "apache-tomcat",
+ "light": "apache-tomcat-light"
+ }
+ },
+ "apache": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apiscp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:24:44Z",
+ "author": {
+ "id": 10834935,
+ "name": "djrarky"
+ }
+ }
+ },
+ "app-store": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:26:41Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "appdaemon": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "appflowy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apple-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apple-music": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "apple-tv-plus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "apple-tv-plus",
+ "light": "apple-tv-plus-light"
+ }
+ },
+ "apple": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "apple",
+ "light": "apple-light"
+ }
+ },
+ "apprise": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "appwrite": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ara-records-ansible": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "arch-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "archisteamfarm": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "archivebox": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "archiveteam-warrior": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "archiveteam-warrior",
+ "light": "archiveteam-warrior-light"
+ }
+ },
+ "arduino": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "argo-cd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ariang": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "arm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "artifacthub": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:29:55Z",
+ "author": {
+ "id": 60740924,
+ "name": "plcnk"
+ }
+ }
+ },
+ "artifactory": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "aruba": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:30:16Z",
+ "author": {
+ "id": 126241153,
+ "name": "solidcam-kevin"
+ }
+ }
+ },
+ "asana": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-11-28T10:18:15Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asciinema": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:35:13Z",
+ "author": {
+ "id": 5071366,
+ "name": "martyca"
+ }
+ }
+ },
+ "asrock-rack-ipmi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asrock-rack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "assetgrid": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asterisk": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "astral": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:46:16Z",
+ "author": {
+ "id": 57060193,
+ "name": "drewstopherlee"
+ }
+ }
+ },
+ "astuto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "astuto",
+ "light": "astuto-light"
+ }
+ },
+ "asus-rog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asus-router": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-16T12:26:21Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "asustor": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-06-23T17:22:19Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "at-t": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T09:48:29Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-bamboo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-bitbucket": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T21:53:00Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-confluence": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-jira": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-opsgenie": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian-trello": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atlassian": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "atuin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "atuin",
+ "light": "atuin-light"
+ }
+ },
+ "audacity": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "audiobookshelf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "auracast": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "authelia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "authentik": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "authman": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "autobrr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T10:03:42Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "automad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "automad",
+ "light": "automad-light"
+ }
+ },
+ "avg": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "avigilon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:11:22Z",
+ "author": {
+ "id": 93349494,
+ "name": "PyrokineticDarkElf"
+ }
+ }
+ },
+ "avm-fritzbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "avm-fritzbox",
+ "light": "avm-fritzbox-light"
+ }
+ },
+ "aws-ecs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "aws": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "aws",
+ "light": "aws-light"
+ }
+ },
+ "awwesome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:46:16Z",
+ "author": {
+ "id": 57060193,
+ "name": "drewstopherlee"
+ }
+ }
+ },
+ "awx": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "azuracast": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "azure-container-instances": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "azure-container-service": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "azure-devops": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:47:26Z",
+ "author": {
+ "id": 29456736,
+ "name": "savage4618"
+ }
+ }
+ },
+ "azure-dns": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "azure": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "backblaze": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "backrest": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "backrest",
+ "light": "backrest-light"
+ }
+ },
+ "bar-assistant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:16:38Z",
+ "author": {
+ "id": 469393,
+ "name": "karlomikus"
+ }
+ }
+ },
+ "baserow": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bazarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "bazarr-dark",
+ "light": "bazarr"
+ }
+ },
+ "beaver-habit-tracker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "beaver-habit-tracker",
+ "light": "beaver-habit-tracker-light"
+ }
+ },
+ "beef": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "beef",
+ "light": "beef-light"
+ }
+ },
+ "beszel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "beszel",
+ "light": "beszel-light"
+ }
+ },
+ "biblioreads": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "biblioreads",
+ "light": "biblioreads-light"
+ }
+ },
+ "bigcapital": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bing": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bitbucket": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bitcoin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bitwarden": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "blocky": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-12T10:23:51Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "blogger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bluesky": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bluetooth": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "booklogr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "booklogr",
+ "light": "booklogr-light"
+ }
+ },
+ "bookstack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bootstrap": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "borg": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-15T19:13:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "borgmatic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "borgmatic",
+ "light": "borgmatic-light"
+ }
+ },
+ "boundary": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "box": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "brave": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "broadcastchannel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "broadcastchannel",
+ "light": "broadcastchannel-light"
+ }
+ },
+ "brocade": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-11-01T09:26:15Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "brother": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "browserless": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "browserless",
+ "light": "browserless-light"
+ }
+ },
+ "browsh": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "budgetbee": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "budgetbee",
+ "light": "budgetbee-light"
+ }
+ },
+ "budibase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-01-04T11:10:24Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "bunkerweb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:44:17Z",
+ "author": {
+ "id": 9982795,
+ "name": "DocKob"
+ }
+ }
+ },
+ "bytestash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2025-01-05T01:06:46Z",
+ "author": {
+ "id": 1522389,
+ "name": "stuntguy3000"
+ }
+ }
+ },
+ "c": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cacti": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "caddy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cal-com": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cal-com",
+ "light": "cal-com-light"
+ }
+ },
+ "calibre-web": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-02T14:59:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "calibre": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "canonical": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "caprover": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "carrefour": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "casaos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:28:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "castopod": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cc",
+ "light": "cc-light"
+ }
+ },
+ "centos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ceph": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-20T21:27:57Z",
+ "author": {
+ "id": 22160945,
+ "name": "geraldwuhoo"
+ }
+ }
+ },
+ "cert-manager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cert-warden": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cert-warden",
+ "light": "cert-warden-light"
+ }
+ },
+ "chainguard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:07:59Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "changedetection": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "channels-dvr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chatgpt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chatpad-ai": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-29T22:26:51Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "checkmk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chevereto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chirpy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chrome-canary": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chrome-dev": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chrome-devtools": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chrome-remote-desktop": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chrome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "chromium": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cilium": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cilium",
+ "light": "cilium-light"
+ }
+ },
+ "cinny": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cinny",
+ "light": "cinny-light"
+ }
+ },
+ "cisco": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "claude-ai": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:15:41Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "claude-ai",
+ "light": "claude-ai-light"
+ }
+ },
+ "clickhouse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cloud66": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cloud9": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cloud9",
+ "light": "cloud9-light"
+ }
+ },
+ "cloudbeaver": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cloudflare-pages": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cloudflare-zero-trust": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cloudflare": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-01T17:06:45Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "cloudpanel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-20T17:08:42Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cockpit-cms": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cockpit-cms",
+ "light": "cockpit-cms-light"
+ }
+ },
+ "cockpit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cockpit",
+ "light": "cockpit-light"
+ }
+ },
+ "code": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "codeberg": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "coder": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "coder",
+ "light": "coder-light"
+ }
+ },
+ "codestats": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "codestats",
+ "light": "codestats-light"
+ }
+ },
+ "codex": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "codex",
+ "light": "codex-light"
+ }
+ },
+ "collabora-online": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:48:06Z",
+ "author": {
+ "id": 12466906,
+ "name": "StuartMorrisAU"
+ }
+ }
+ },
+ "commafeed": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "commafeed",
+ "light": "commafeed-light"
+ }
+ },
+ "commento": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "commento",
+ "light": "commento-light"
+ }
+ },
+ "compreface": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "concourse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "confluence": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "consul": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:20:28Z",
+ "author": {
+ "id": 11172820,
+ "name": "sachaw"
+ }
+ }
+ },
+ "contabo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "converse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "converse",
+ "light": "converse-light"
+ }
+ },
+ "coolify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:40:45Z",
+ "author": {
+ "id": 65853927,
+ "name": "maximimaxima"
+ }
+ }
+ },
+ "coredns": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "coreos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cosign": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "costco": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "couchdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "counter-analytics": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cozy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cpanel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cpp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "crafty-controller": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:06:00Z",
+ "author": {
+ "id": 76069640,
+ "name": "Tinyblargon"
+ }
+ }
+ },
+ "crowdsec": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cryptomator": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T09:45:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cryptpad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "csharp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "css": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "css",
+ "light": "css-light"
+ }
+ },
+ "ctfreak": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cups": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "cups",
+ "light": "cups-light"
+ }
+ },
+ "cura": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "cyberchef": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "czkawka": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "d-link": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dalibo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dart": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "datadog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "davical": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dawarich": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dc-os": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ddclient": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ddns-updater": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "debian-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "defguard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dell": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "deluge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "deno": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "deno",
+ "light": "deno-light"
+ }
+ },
+ "denon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "denon",
+ "light": "denon-light"
+ }
+ },
+ "deployarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:23:49Z",
+ "author": {
+ "id": 7935041,
+ "name": "anandslab"
+ }
+ }
+ },
+ "diagrams-net": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "digital-ocean": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dillinger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "dillinger",
+ "light": "dillinger-light"
+ }
+ },
+ "directadmin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:59:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "directus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "discord": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "discourse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "discourse",
+ "light": "discourse-light"
+ }
+ },
+ "disney-plus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:17:37Z",
+ "author": {
+ "id": 651507,
+ "name": "wwwescape"
+ }
+ }
+ },
+ "dlna": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docassemble": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "docassemble",
+ "light": "docassemble-light"
+ }
+ },
+ "docker-amvd": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docker-engine": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docker-mailserver": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "docker-mailserver",
+ "light": "docker-mailserver-light"
+ }
+ },
+ "docker-moby": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docker-volume-backup": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dockge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docking-station": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docsify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:46:36Z",
+ "author": {
+ "id": 23275497,
+ "name": "zoumingzhe"
+ }
+ }
+ },
+ "docspell": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "documenso": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "docusaurus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:20:16Z",
+ "author": {
+ "id": 56171752,
+ "name": "Flying-Tom"
+ }
+ }
+ },
+ "docuseal": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T14:55:53Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dokemon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dokuwiki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "double-take": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "double-take-dark",
+ "light": "double-take"
+ }
+ },
+ "dovecot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dozzle": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "draw-io": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "draytek": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dropbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "dropout": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "dropout",
+ "light": "dropout-light"
+ }
+ },
+ "droppy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "droppy-dark",
+ "light": "droppy"
+ }
+ },
+ "dub": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "dub",
+ "light": "dub-light"
+ }
+ },
+ "duckdns": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "duckdns",
+ "light": "duckdns-light"
+ }
+ },
+ "duckduckgo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "duo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T09:58:29Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "duplicati": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "easy-gate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "easy-gate",
+ "light": "easy-gate-light"
+ }
+ },
+ "ebay": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "eblocker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:40:18Z",
+ "author": {
+ "id": 60366145,
+ "name": "4immerjung"
+ }
+ }
+ },
+ "edge-dev": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "edge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "elastic-beats": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "elastic-kibana": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "elastic-logstash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "elastic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "elasticsearch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "electron": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "electronic-arts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "element": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:13:19Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "eleventy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "eleventy",
+ "light": "eleventy-light"
+ }
+ },
+ "elysian": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "emacs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "emby": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "emq": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "emq",
+ "light": "emq-light"
+ }
+ },
+ "emqx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-17T10:12:46Z",
+ "author": {
+ "id": 16795594,
+ "name": "fire1ce"
+ }
+ }
+ },
+ "emulatorjs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "enbizcard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:44:56Z",
+ "author": {
+ "id": 113554994,
+ "name": "wisnioskis"
+ }
+ }
+ },
+ "enclosed": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "enclosed",
+ "light": "enclosed-light"
+ }
+ },
+ "endless": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "endless",
+ "light": "endless-light"
+ }
+ },
+ "endurain": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "epic-games": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "epic-games",
+ "light": "epic-games-light"
+ }
+ },
+ "erste-george": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "erste": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "esphome-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "esphome-alt",
+ "light": "esphome-alt-light"
+ }
+ },
+ "esphome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "esphome",
+ "light": "esphome-light"
+ }
+ },
+ "espressif": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "etcd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "etesync": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T09:43:20Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ethereum": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "etherpad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T18:14:57Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "evcc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "excalidraw": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-25T19:18:12Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "f-droid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:26:41Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "facebook-messenger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "facebook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fast-com": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "fast-com",
+ "light": "fast-com-light"
+ }
+ },
+ "fasten-health": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fastmail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fedora-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fedora": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "feedbase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "feedbase",
+ "light": "feedbase-light"
+ }
+ },
+ "feedbin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "feedbin",
+ "light": "feedbin-light"
+ }
+ },
+ "feedly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "feedlynx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "feedlynx",
+ "light": "feedlynx-light"
+ }
+ },
+ "fenrus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-29T22:23:54Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ferdium": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ferretdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fider": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filebot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filebrowser": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filecloud": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-30T23:45:37Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fileflows": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filegator": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:34:50Z",
+ "author": {
+ "id": 23275497,
+ "name": "zoumingzhe"
+ }
+ }
+ },
+ "filerun": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "files": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filestash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "filezilla": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "finamp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T20:39:18Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "findroid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T20:39:18Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "fios": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "fios",
+ "light": "fios-light"
+ }
+ },
+ "firebase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-11T09:55:09Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefly-iii": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-11-08T16:03:16Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-beta": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-developer-edition": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-lite": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-nightly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-reality": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox-send": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firefox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "firewalla": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-26T20:00:37Z",
+ "author": {
+ "id": 575387,
+ "name": "lostage"
+ }
+ }
+ },
+ "fittrackee": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fladder": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "flaresolverr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:27:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "flarum": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:30:14Z",
+ "author": {
+ "id": 44865095,
+ "name": "drag0n141"
+ }
+ }
+ },
+ "flathub": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "flatnotes": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "flatpak": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "flightradar24": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "flightradar24",
+ "light": "flightradar24-light"
+ }
+ },
+ "flood": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fluffychat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "fluffychat-dark",
+ "light": "fluffychat"
+ }
+ },
+ "fluidd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-12T13:15:33Z",
+ "author": {
+ "id": 575387,
+ "name": "lostage"
+ }
+ }
+ },
+ "flux-cd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fly-io": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-07-24T10:35:03Z",
+ "author": {
+ "id": 51720655,
+ "name": "cfouche3005"
+ }
+ }
+ },
+ "focalboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "foldingathome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fontawesome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "forgejo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-01-05T14:11:25Z",
+ "author": {
+ "id": 1340784,
+ "name": "reeseovine"
+ }
+ }
+ },
+ "forte": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "forte",
+ "light": "forte-light"
+ }
+ },
+ "fortinet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:28:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fossil": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "franz": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freedombox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freeipa": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freenas": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freenom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freepbx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "freshping": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "freshping-dark",
+ "light": "freshping"
+ }
+ },
+ "freshrss": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "friendica": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T14:42:43Z",
+ "author": {
+ "id": 29450538,
+ "name": "WilliamB78"
+ }
+ }
+ },
+ "frigate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "frigate",
+ "light": "frigate-light"
+ }
+ },
+ "fritzbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "fritzbox",
+ "light": "fritzbox-light"
+ }
+ },
+ "fronius": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "fulcio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "funkwhale": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "funkwhale",
+ "light": "funkwhale-light"
+ }
+ },
+ "fusionauth": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:34:39Z",
+ "author": {
+ "id": 139158618,
+ "name": "alex-fusionauth"
+ }
+ }
+ },
+ "garage": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gatsby": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gatus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "geckoview": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gentoo-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gerbera": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "get-iplayer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-30T23:45:37Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ghostfolio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gigaset": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gimp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "git": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gitbook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-16T22:04:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gitea": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gitee": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:47:33Z",
+ "author": {
+ "id": 23275497,
+ "name": "zoumingzhe"
+ }
+ }
+ },
+ "github": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-03T09:35:40Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ },
+ "colors": {
+ "dark": "github",
+ "light": "github-light"
+ }
+ },
+ "gitlab": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gitsign": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gladys-assistant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "glance": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "glance",
+ "light": "glance-light"
+ }
+ },
+ "glances": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:10:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "glances",
+ "light": "glances-light"
+ }
+ },
+ "glpi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gluetun": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T10:07:25Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gmail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "go": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "goaccess": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "goaccess",
+ "light": "goaccess-light"
+ }
+ },
+ "godaddy-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:44:10Z",
+ "author": {
+ "id": 651507,
+ "name": "wwwescape"
+ }
+ }
+ },
+ "godaddy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:44:10Z",
+ "author": {
+ "id": 651507,
+ "name": "wwwescape"
+ }
+ }
+ },
+ "gollum": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:38:50Z",
+ "author": {
+ "id": 23275497,
+ "name": "zoumingzhe"
+ }
+ }
+ },
+ "goodreads": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-24T11:18:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-admin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T18:55:51Z",
+ "author": {
+ "id": 9990159,
+ "name": "zry98"
+ }
+ }
+ },
+ "google-admob": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-alerts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-analytics": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-assistant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-calendar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-chat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-chrome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-classroom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-cloud-platform": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-12T10:26:18Z",
+ "author": {
+ "id": 9990159,
+ "name": "zry98"
+ }
+ }
+ },
+ "google-cloud-print": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-compute-engine": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-contacts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-docs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-domains": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-drive": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-earth": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-fi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-fit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-fonts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-forms": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-gemini": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:22:38Z",
+ "author": {
+ "id": 95992804,
+ "name": "BillStewRod"
+ }
+ }
+ },
+ "google-home": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-keep": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-lens": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-maps": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-meet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-messages": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-news": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-one": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-pay": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-photos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-play-books": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-play-games": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-play": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-podcasts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-scholar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-search-console": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-sheets": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-shopping": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-sites": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-slides": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-street-view": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-tag-manager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-translate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-tv": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-voice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-wallet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google-wifi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "google": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gotify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gotosocial": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gpt4free": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:43:46Z",
+ "author": {
+ "id": 710886,
+ "name": "MatthewGlenn"
+ }
+ }
+ },
+ "grafana": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "gramps": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:34:06Z",
+ "author": {
+ "id": 60188733,
+ "name": "XavierDupuis"
+ }
+ }
+ },
+ "grandstream": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-07-05T16:00:07Z",
+ "author": {
+ "id": 6051633,
+ "name": "zarzonis"
+ }
+ }
+ },
+ "grav": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "grav",
+ "light": "grav-light"
+ }
+ },
+ "graylog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "greenbone": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "greenbone",
+ "light": "greenbone-light"
+ }
+ },
+ "grimoire": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "grist": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "grocy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "guacamole": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "guacamole",
+ "light": "guacamole-light"
+ }
+ },
+ "hacker-news": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hammond": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hammond",
+ "light": "hammond-light"
+ }
+ },
+ "handbrake": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "haproxy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "haptic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "haptic",
+ "light": "haptic-light"
+ }
+ },
+ "harbor": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "harvester": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hasheous": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:43:12Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-boundary": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-consul": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-nomad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-packer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-terraform": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-vagrant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-vault": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hashicorp-waypoint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hastypaste": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:28:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hasura": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hatsh": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hatsh",
+ "light": "hatsh-light"
+ }
+ },
+ "hbo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hbo",
+ "light": "hbo-light"
+ }
+ },
+ "hdhomerun": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hdhomerun",
+ "light": "hdhomerun-light"
+ }
+ },
+ "headscale": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "healthchecks": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hedgedoc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:12:11Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "heimdall": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "heimdall",
+ "light": "heimdall-light"
+ }
+ },
+ "helium-token": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "helm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:26:00Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hetzner": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hexo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "heyform": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hifiberry": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:38:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hikvision": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hilook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:11:22Z",
+ "author": {
+ "id": 93349494,
+ "name": "PyrokineticDarkElf"
+ }
+ }
+ },
+ "hivedav": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hoarder": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hoarder",
+ "light": "hoarder-light"
+ }
+ },
+ "hollo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hollo",
+ "light": "hollo-light"
+ }
+ },
+ "homarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "home-assistant-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "home-assistant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "homebox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "homebox",
+ "light": "homebox-light"
+ }
+ },
+ "homebridge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "homer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "homey": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:39:40Z",
+ "author": {
+ "id": 8298741,
+ "name": "R0GGER"
+ }
+ }
+ },
+ "hoobs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-03-07T23:28:01Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ }
+ },
+ "hoppscotch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hostinger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T22:02:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hotio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "html": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "html",
+ "light": "html-light"
+ }
+ },
+ "huawei": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hubitat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hubzilla": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hugging-face": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-16T22:04:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "huginn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hugo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hulu": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "humhub": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hydra": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "hyperpipe": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "hyperpipe",
+ "light": "hyperpipe-light"
+ }
+ },
+ "i2p": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "i2p",
+ "light": "i2p-light"
+ }
+ },
+ "i2pd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:19:34Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "icecast": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "icinga": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "icinga",
+ "light": "icinga-light"
+ }
+ },
+ "idrac": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ilo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "immich-frame": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "immich-frame",
+ "light": "immich-frame-light"
+ }
+ },
+ "immich-kiosk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "immich-kiosk",
+ "light": "immich-kiosk-light"
+ }
+ },
+ "immich": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T21:59:39Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "influxdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "infoblox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "inoreader": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "instagram": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "inventree": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "invidious": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "invisioncommunity": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "invoice-ninja": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "invoice-ninja",
+ "light": "invoice-ninja-light"
+ }
+ },
+ "invoke-ai": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:22:47Z",
+ "author": {
+ "id": 46011270,
+ "name": "mcmikemn"
+ }
+ }
+ },
+ "iobroker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ionos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ipboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ipfs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ipfs",
+ "light": "ipfs-light"
+ }
+ },
+ "ispconfig": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:14:01Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "it-tools": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "it-tools",
+ "light": "it-tools-light"
+ }
+ },
+ "jackett": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "jackett",
+ "light": "jackett-light"
+ }
+ },
+ "jaeger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jamstack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "java": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "javascript": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "javascript",
+ "light": "javascript-light"
+ }
+ },
+ "jeedom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jekyll": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jellyfin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jellyseerr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:33:50Z",
+ "author": {
+ "id": 99378252,
+ "name": "realSZ27"
+ }
+ }
+ },
+ "jellystat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-26T20:42:05Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jelu": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-24T13:21:31Z",
+ "author": {
+ "id": 22651504,
+ "name": "i-am-the-arm"
+ }
+ }
+ },
+ "jenkins": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jetbrains-youtrack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-14T22:57:01Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "jfrog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T19:32:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jira": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-01-23T10:57:12Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jitsi-meet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jitsi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:14:37Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "joomla": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "joplin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "julia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "jupyter": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-24T13:22:21Z",
+ "author": {
+ "id": 36165088,
+ "name": "emhl"
+ }
+ }
+ },
+ "jwt-io": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "jwt-io",
+ "light": "jwt-io-light"
+ }
+ },
+ "kagi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:33:20Z",
+ "author": {
+ "id": 35877292,
+ "name": "epoch-philosophy"
+ }
+ }
+ },
+ "kamatera": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kanboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "kanboard",
+ "light": "kanboard-light"
+ }
+ },
+ "kanidm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kapowarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T14:44:08Z",
+ "author": {
+ "id": 651507,
+ "name": "wwwescape"
+ }
+ }
+ },
+ "kasm-workspaces": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kasm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kasten-k10": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:28:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kaufland": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kavita": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kbin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:48:33Z",
+ "author": {
+ "id": 103917755,
+ "name": "SimsesLab"
+ }
+ }
+ },
+ "keenetic-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "keenetic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:05:19Z",
+ "author": {
+ "id": 9593317,
+ "name": "driversti"
+ }
+ }
+ },
+ "keepassxc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "keila": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kerberos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kestra": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:47:14Z",
+ "author": {
+ "id": 21221044,
+ "name": "javedh-dev"
+ }
+ }
+ },
+ "keycloak": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "keyoxide-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-19T18:52:01Z",
+ "author": {
+ "id": 5850410,
+ "name": "parrazam"
+ }
+ }
+ },
+ "keyoxide": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-19T18:52:01Z",
+ "author": {
+ "id": 5850410,
+ "name": "parrazam"
+ }
+ }
+ },
+ "kibana": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kick": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "kick",
+ "light": "kick-light"
+ }
+ },
+ "kimai": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kinto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kitana": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kitchenowl": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-07T09:21:13Z",
+ "author": {
+ "id": 9092682,
+ "name": "TomBursch"
+ }
+ }
+ },
+ "kiwix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "kiwix",
+ "light": "kiwix-light"
+ }
+ },
+ "klipper": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:05:23Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ko-fi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kodi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "koel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "koillection": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "koillection",
+ "light": "koillection-light"
+ }
+ },
+ "komga": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kontoj": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kopia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kotlin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:34:12Z",
+ "author": {
+ "id": 8307184,
+ "name": "fmurodov"
+ }
+ }
+ },
+ "krakend": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "krusader": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kubernetes-dashboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kubernetes": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kutt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "kyoo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lancommander": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "lancommander",
+ "light": "lancommander-light"
+ }
+ },
+ "lark": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T18:55:51Z",
+ "author": {
+ "id": 9990159,
+ "name": "zry98"
+ }
+ }
+ },
+ "lastpass": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "leanote": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-12T10:27:09Z",
+ "author": {
+ "id": 31266841,
+ "name": "Finrodchen"
+ }
+ }
+ },
+ "leantime": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lemmy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "lemmy",
+ "light": "lemmy-light"
+ }
+ },
+ "lets-encrypt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "libreddit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "libreddit",
+ "light": "libreddit-light"
+ }
+ },
+ "librenms": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "libreoffice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "libreoffice",
+ "light": "libreoffice-light"
+ }
+ },
+ "librespeed": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "librespeed",
+ "light": "librespeed-light"
+ }
+ },
+ "librewolf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "librum": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lidarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lidl": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lighttpd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "limesurvey": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linguacafe": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linkace": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linkding": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linkedin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linkstack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T19:31:33Z",
+ "author": {
+ "id": 61471128,
+ "name": "deffcolony"
+ }
+ }
+ },
+ "linode": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linux-mint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linuxgsm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "linuxserver-io": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-01-09T22:22:12Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "liremdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-24T11:15:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "listmonk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "littlelink-custom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-14T22:52:49Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lnbits": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "locals": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T22:02:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "locals",
+ "light": "locals-light"
+ }
+ },
+ "lodestone": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "logitech-gaming": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "logitech-legacy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "logitech": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "logitech",
+ "light": "logitech-light"
+ }
+ },
+ "logseq": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "logstash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "logto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "loki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "longhorn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lua": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lunasea": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "lynx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "lynx",
+ "light": "lynx-light"
+ }
+ },
+ "mail-in-a-box": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mailchimp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mailchimp",
+ "light": "mailchimp-light"
+ }
+ },
+ "mailcow": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mailfence": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-11T09:44:27Z",
+ "author": {
+ "id": 46011270,
+ "name": "mcmikemn"
+ }
+ }
+ },
+ "mailgun": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mailjet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mainsail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "maintainerr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:23:49Z",
+ "author": {
+ "id": 7935041,
+ "name": "anandslab"
+ }
+ }
+ },
+ "manjaro-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "manyfold": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-07-20T19:52:08Z",
+ "author": {
+ "id": 3565,
+ "name": "Floppy"
+ }
+ }
+ },
+ "maptiler": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mariadb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mastodon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "matomo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "matrix-synapse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "matrix-synapse",
+ "light": "matrix-synapse-light"
+ }
+ },
+ "matrix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "matrix",
+ "light": "matrix-light"
+ }
+ },
+ "mattermost": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mautic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "max": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mayan-edms": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mayan-edms",
+ "light": "mayan-edms-light"
+ }
+ },
+ "maybe": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mbin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mealie": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "medama": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mediathekview": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-11-05T12:18:24Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mediawiki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mediux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "medusa": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "medusa",
+ "light": "medusa-light"
+ }
+ },
+ "mega-nz": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mega-nz-dark",
+ "light": "mega-nz"
+ }
+ },
+ "meilisearch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "memories": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "memories",
+ "light": "memories-light"
+ }
+ },
+ "meraki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mercusys": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mergeable": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mergeable-dark",
+ "light": "mergeable"
+ }
+ },
+ "meshping": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "meshping",
+ "light": "meshping-light"
+ }
+ },
+ "meshtastic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:20:46Z",
+ "author": {
+ "id": 38150534,
+ "name": "anglissr"
+ }
+ }
+ },
+ "meta": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "metabase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "metube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-365-admin-center": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-365": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-17T10:11:07Z",
+ "author": {
+ "id": 9990159,
+ "name": "zry98"
+ }
+ }
+ },
+ "microsoft-access": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-azure": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:28:15Z",
+ "author": {
+ "id": 25162574,
+ "name": "mitchplze"
+ }
+ }
+ },
+ "microsoft-bing": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-copilot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:22:38Z",
+ "author": {
+ "id": 95992804,
+ "name": "BillStewRod"
+ }
+ }
+ },
+ "microsoft-edge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-excel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-exchange": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:28:15Z",
+ "author": {
+ "id": 25162574,
+ "name": "mitchplze"
+ }
+ }
+ },
+ "microsoft-office": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-onedrive": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-onenote": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-outlook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-powerpoint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-sharepoint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:28:15Z",
+ "author": {
+ "id": 25162574,
+ "name": "mitchplze"
+ }
+ }
+ },
+ "microsoft-sql-server": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "microsoft-sql-server",
+ "light": "microsoft-sql-server-light"
+ }
+ },
+ "microsoft-teams": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:28:15Z",
+ "author": {
+ "id": 25162574,
+ "name": "mitchplze"
+ }
+ }
+ },
+ "microsoft-to-do": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-windows": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft-word": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "microsoft": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mikrotik": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mikrotik",
+ "light": "mikrotik-light"
+ }
+ },
+ "minecraft": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "miniflux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "miniflux",
+ "light": "miniflux-light"
+ }
+ },
+ "minio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "minio",
+ "light": "minio-light"
+ }
+ },
+ "misskey": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "misskey",
+ "light": "misskey-light"
+ }
+ },
+ "mitra": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mixpost": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mkdocs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mkdocs",
+ "light": "mkdocs-light"
+ }
+ },
+ "mobilizon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mobotix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mobotix",
+ "light": "mobotix-light"
+ }
+ },
+ "modrinth": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-03-07T23:37:13Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ }
+ },
+ "mojeek": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "monero": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mongodb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "monica": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "monica",
+ "light": "monica-light"
+ }
+ },
+ "moodist": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:31:05Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "moodist-dark",
+ "light": "moodist"
+ }
+ },
+ "moodle": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "moodle",
+ "light": "moodle-light"
+ }
+ },
+ "morphos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mosquitto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "motioneye": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "motioneye-dark",
+ "light": "motioneye"
+ }
+ },
+ "mqtt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mstream": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mullvad-browser": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:00:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mullvad-vpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mullvad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T20:27:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "multi-scrobbler": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:19:34Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "mumble": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "mumble",
+ "light": "mumble-light"
+ }
+ },
+ "music-assistant": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "music-assistant",
+ "light": "music-assistant-light"
+ }
+ },
+ "musicbrainz": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "myheats": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "myheats",
+ "light": "myheats-light"
+ }
+ },
+ "myspeed": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:38:41Z",
+ "author": {
+ "id": 35641351,
+ "name": "gnmyt"
+ }
+ }
+ },
+ "mysql": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "n8n": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nagios": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nasa": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "navidrome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "navidrome",
+ "light": "navidrome-light"
+ }
+ },
+ "neko": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "neko",
+ "light": "neko-light"
+ }
+ },
+ "neo4j": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:30:35Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "neocities": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "neodb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "neonlink": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-30T23:33:12Z",
+ "author": {
+ "id": 11821718,
+ "name": "WoosterInitiative"
+ }
+ }
+ },
+ "netalertx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "netalertx",
+ "light": "netalertx-light"
+ }
+ },
+ "netapp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:39:11Z",
+ "author": {
+ "id": 182035,
+ "name": "ybizeul"
+ }
+ },
+ "colors": {
+ "dark": "netapp",
+ "light": "netapp-light"
+ }
+ },
+ "netatmo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:44:59Z",
+ "author": {
+ "id": 60366145,
+ "name": "4immerjung"
+ }
+ }
+ },
+ "netbird": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-14T14:55:14Z",
+ "author": {
+ "id": 61471128,
+ "name": "deffcolony"
+ }
+ }
+ },
+ "netboot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "netbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "netdata": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "netflix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "netgear": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "netgear",
+ "light": "netgear-light"
+ }
+ },
+ "netlify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "netsurf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "netsurf",
+ "light": "netsurf-light"
+ }
+ },
+ "network-ups-tools": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:29:34Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "newegg": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:22:00Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "newsblur": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextcloud-blue": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-calendar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-contacts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:33:45Z",
+ "author": {
+ "id": 119437326,
+ "name": "Mega-Volti"
+ }
+ }
+ },
+ "nextcloud-cookbook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:13:38Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "nextcloud-cospend": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-deck": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-files": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-ncdownloader": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-news": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-notes": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-photos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-social": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextcloud-tables": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextcloud-tasks": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-timemanager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud-white": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "nextcloud": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextcloudpi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextdns": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nexterm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nextjs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "nextjs",
+ "light": "nextjs-light"
+ }
+ },
+ "nginx-proxy-manager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nginx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nicotine-plus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:49:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nightscout": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "nightscout",
+ "light": "nightscout-light"
+ }
+ },
+ "nintendo-switch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nitter": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nixos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nocodb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "node-red": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nodebb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nodejs-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nodejs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nomad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-12-14T12:21:43Z",
+ "author": {
+ "id": 6185393,
+ "name": "KasteM34"
+ }
+ }
+ },
+ "nomie": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nordvpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-15T09:13:25Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "note-mark": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "notesnook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "notesnook",
+ "light": "notesnook-light"
+ }
+ },
+ "notion": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "notion",
+ "light": "notion-light"
+ }
+ },
+ "ntfy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:53:48Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nut": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:28:06Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ }
+ },
+ "nvidia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "nzbhydra2": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "nzbhydra2",
+ "light": "nzbhydra2-light"
+ }
+ },
+ "obico": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-26T20:02:39Z",
+ "author": {
+ "id": 575387,
+ "name": "lostage"
+ }
+ }
+ },
+ "obsidian": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "obtainium": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "octoprint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "oculus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "oculus",
+ "light": "oculus-light"
+ }
+ },
+ "odoo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-08-10T08:28:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "office-365": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "olivetin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "olivetin",
+ "light": "olivetin-light"
+ }
+ },
+ "ollama": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:31:33Z",
+ "author": {
+ "id": 710886,
+ "name": "MatthewGlenn"
+ }
+ }
+ },
+ "omada": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ombi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T14:46:30Z",
+ "author": {
+ "id": 1573025,
+ "name": "b-reich"
+ }
+ }
+ },
+ "omnidb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "omnivore": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "onedev": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "onedev",
+ "light": "onedev-light"
+ }
+ },
+ "oneuptime": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "oneuptime",
+ "light": "oneuptime-light"
+ }
+ },
+ "onlyoffice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "open-resume": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:22:20Z",
+ "author": {
+ "id": 40500313,
+ "name": "bfpimentel"
+ }
+ }
+ },
+ "open-source-initiative": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openai": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "openai",
+ "light": "openai-light"
+ }
+ },
+ "openchangelog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "openchangelog",
+ "light": "openchangelog-light"
+ }
+ },
+ "openeats": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "openeats",
+ "light": "openeats-light"
+ }
+ },
+ "openemr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "openemr",
+ "light": "openemr-light"
+ }
+ },
+ "opengist": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "opengist",
+ "light": "opengist-light"
+ }
+ },
+ "openhab": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openldap": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openmediavault": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openoffice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openpanel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "openpanel",
+ "light": "openpanel-light"
+ }
+ },
+ "openproject": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openreads": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opensearch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openspeedtest": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openstack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-06T13:23:46Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openstreetmap": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opensuse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opentalk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opentofu": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openvas": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openvpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "openwrt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T10:03:51Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "opera-touch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opera": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opnform": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "opnsense": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "oracle-cloud": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "oracle": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "orange": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "origin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-07-24T10:36:44Z",
+ "author": {
+ "id": 28531731,
+ "name": "erwinmintiens"
+ }
+ }
+ },
+ "oscarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "oscarr",
+ "light": "oscarr-light"
+ }
+ },
+ "osticket": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "outline": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "outline",
+ "light": "outline-light"
+ }
+ },
+ "overleaf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T18:03:26Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "overseerr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ovh": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ovirt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ovirt",
+ "light": "ovirt-light"
+ }
+ },
+ "owncast": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "owncloud": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "owntone": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:36:52Z",
+ "author": {
+ "id": 247478,
+ "name": "geekifier"
+ }
+ }
+ },
+ "owntracks": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:19:05Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "oxker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "oxker",
+ "light": "oxker-light"
+ }
+ },
+ "p1ib": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:15:13Z",
+ "author": {
+ "id": 44057882,
+ "name": "AcidSleeper"
+ }
+ }
+ },
+ "pagerduty": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "palemoon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "palo-alto": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:30:14Z",
+ "author": {
+ "id": 44865095,
+ "name": "drag0n141"
+ }
+ }
+ },
+ "paperless-ng": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "paperless-ngx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-02T18:35:57Z",
+ "author": {
+ "id": 51423001,
+ "name": "itsprakashp"
+ }
+ }
+ },
+ "paperless": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "papermark": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "papermark",
+ "light": "papermark-light"
+ }
+ },
+ "papermerge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "papermerge",
+ "light": "papermerge-light"
+ }
+ },
+ "parseable": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "part-db": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "part-db",
+ "light": "part-db-light"
+ }
+ },
+ "partkeepr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "passbolt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:46:52Z",
+ "author": {
+ "id": 19799926,
+ "name": "michidold"
+ }
+ }
+ },
+ "passwork": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:21:07Z",
+ "author": {
+ "id": 76069640,
+ "name": "Tinyblargon"
+ }
+ }
+ },
+ "pastebin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pastebin-dark",
+ "light": "pastebin"
+ }
+ },
+ "patreon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "patreon",
+ "light": "patreon-light"
+ }
+ },
+ "payload": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "payload",
+ "light": "payload-light"
+ }
+ },
+ "paypal": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-01-23T10:55:09Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pdfding": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pdfding",
+ "light": "pdfding-light"
+ }
+ },
+ "peacock": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "peacock",
+ "light": "peacock-light"
+ }
+ },
+ "peanut": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "peanut",
+ "light": "peanut-light"
+ }
+ },
+ "peertube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pelican-panel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "penpot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "penpot",
+ "light": "penpot-light"
+ }
+ },
+ "peppermint": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pepperminty-wiki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "perlite": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:52:42Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pfsense": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pfsense",
+ "light": "pfsense-light"
+ }
+ },
+ "pg-back-web": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pgadmin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "phanpy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "phoneinfoga": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "phoneinfoga",
+ "light": "phoneinfoga-light"
+ }
+ },
+ "phorge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "phorge",
+ "light": "phorge-light"
+ }
+ },
+ "phoscon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "phoscon",
+ "light": "phoscon-light"
+ }
+ },
+ "photonix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "photonix",
+ "light": "photonix-light"
+ }
+ },
+ "photopea": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "photoprism": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "photoprism",
+ "light": "photoprism-light"
+ }
+ },
+ "photostructure": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "photostructure-dark",
+ "light": "photostructure"
+ }
+ },
+ "photoview": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "php": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "php",
+ "light": "php-light"
+ }
+ },
+ "phpmyadmin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:14:17Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "pi-hole": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "picsur": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "picsur",
+ "light": "picsur-light"
+ }
+ },
+ "pigallery2": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pikapods": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pingdom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pingdom",
+ "light": "pingdom-light"
+ }
+ },
+ "pingvin-share": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pingvin-share-dark",
+ "light": "pingvin-share"
+ }
+ },
+ "pingvin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pingvin-dark",
+ "light": "pingvin"
+ }
+ },
+ "pinkary": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pinterest": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pioneer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pioneer",
+ "light": "pioneer-light"
+ }
+ },
+ "piped": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pirate-proxy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "piwigo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pixelfed": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "plane": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "planka": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "planka-dark",
+ "light": "planka"
+ }
+ },
+ "plausible": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "playstation": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pleroma": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "plesk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "plex-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "plex-alt",
+ "light": "plex-alt-light"
+ }
+ },
+ "plex-rewind": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "plex": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "plex",
+ "light": "plex-light"
+ }
+ },
+ "plexrequests": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "plexrequests",
+ "light": "plexrequests-light"
+ }
+ },
+ "plume": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pocket-casts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pocket-casts-dark",
+ "light": "pocket-casts"
+ }
+ },
+ "pocket-id": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pocket-id",
+ "light": "pocket-id-light"
+ }
+ },
+ "pocketbase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "pocketbase-dark",
+ "light": "pocketbase"
+ }
+ },
+ "podfetch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "podfetch",
+ "light": "podfetch-light"
+ }
+ },
+ "podify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "podman": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "policycontroller": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "poly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "polywork": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "portainer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "portus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "postal": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "poste": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "postgres": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-03T09:35:58Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "postgresql": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "posthog": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "posthog",
+ "light": "posthog-light"
+ }
+ },
+ "postiz": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "postiz-dark",
+ "light": "postiz"
+ }
+ },
+ "powerbi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T14:47:42Z",
+ "author": {
+ "id": 29456736,
+ "name": "savage4618"
+ }
+ }
+ },
+ "powerdns": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "prime-video": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "prime-video",
+ "light": "prime-video-light"
+ }
+ },
+ "printer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pritunl": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "privacyidea": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "private-internet-access": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "privatebin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "projectsend": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "prometheus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proton-calendar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proton-drive": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proton-mail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proton-pass": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:06:24Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proton-vpn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "prowlarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "proxmox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "proxmox",
+ "light": "proxmox-light"
+ }
+ },
+ "prtg": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "prusa-research": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:38:30Z",
+ "author": {
+ "id": 118010822,
+ "name": "m-klecka"
+ }
+ }
+ },
+ "pterodactyl": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pufferpanel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "purelymail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:37:31Z",
+ "author": {
+ "id": 51423001,
+ "name": "itsprakashp"
+ }
+ }
+ },
+ "pushfish": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pushover": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-18T12:13:52Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "putty": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pydio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "pyload": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "python": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "qbittorrent": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "qdirstat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-26T00:39:22Z",
+ "author": {
+ "id": 1117625,
+ "name": "stevietv"
+ }
+ }
+ },
+ "qinglong": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "qnap": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "questdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T22:04:55Z",
+ "author": {
+ "id": 51720655,
+ "name": "cfouche3005"
+ }
+ }
+ },
+ "quetre": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-24T11:15:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "quickwit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "qutebrowser": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "r": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rabbitmq": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "radarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "radicale": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rainloop": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rallly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T01:22:25Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rancher": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "raspberry-pi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "raspberry-pi",
+ "light": "raspberry-pi-light"
+ }
+ },
+ "rclone": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rdt-client": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "reactive-resume": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "reactive-resume",
+ "light": "reactive-resume-light"
+ }
+ },
+ "readarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "readeck": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:26:02Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "readthedocs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "readthedocs",
+ "light": "readthedocs-light"
+ }
+ },
+ "real-debrid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "recalbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "receipt-wrangler": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "recipesage": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "reddit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "redict": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "redis": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "redlib": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "redlib",
+ "light": "redlib-light"
+ }
+ },
+ "rekor": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "remmina": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:08:18Z",
+ "author": {
+ "id": 16546928,
+ "name": "waelouf"
+ }
+ }
+ },
+ "reolink": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "requestly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:47:49Z",
+ "author": {
+ "id": 361853,
+ "name": "asachanfbd"
+ }
+ }
+ },
+ "requestrr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "resiliosync": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "resiliosync",
+ "light": "resiliosync-light"
+ }
+ },
+ "restreamer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "revolt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "revolt",
+ "light": "revolt-light"
+ }
+ },
+ "rhasspy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "rhasspy-dark",
+ "light": "rhasspy"
+ }
+ },
+ "rhodecode": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "richy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rimgo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "rimgo",
+ "light": "rimgo-light"
+ }
+ },
+ "riot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "riverside-fm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "riverside-fm",
+ "light": "riverside-fm-light"
+ }
+ },
+ "rocket-chat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rocky-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "romm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-25T12:56:16Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "roundcube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "router": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rport": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rss-bridge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rss-translator": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rstudio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rstudioserver": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ruby": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rumble": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-30T23:45:37Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rundeck": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "runonflux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "runson": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "runson",
+ "light": "runson-light"
+ }
+ },
+ "rust": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rustdesk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "rutorrent": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ryot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ryot",
+ "light": "ryot-light"
+ }
+ },
+ "sabnzbd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "sabnzbd",
+ "light": "sabnzbd-light"
+ }
+ },
+ "safari-ios": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "safari": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "saltcorn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "samsung-internet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sandstorm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "screenconnect": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-02T00:01:42Z",
+ "author": {
+ "id": 13395348,
+ "name": "silversword411"
+ }
+ }
+ },
+ "scrutiny": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "scrutiny",
+ "light": "scrutiny-light"
+ }
+ },
+ "seafile": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "searx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "searxng": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "secureai-tools": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "secureai-tools",
+ "light": "secureai-tools-light"
+ }
+ },
+ "seelf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "self-hosted-gateway": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "selfh-st": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "selfh-st",
+ "light": "selfh-st-light"
+ }
+ },
+ "semaphore": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "semaphore-dark",
+ "light": "semaphore"
+ }
+ },
+ "send": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:43:07Z",
+ "author": {
+ "id": 710886,
+ "name": "MatthewGlenn"
+ }
+ }
+ },
+ "sendgrid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sendinblue": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sensu": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sentry": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "sentry",
+ "light": "sentry-light"
+ }
+ },
+ "servarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "servarr",
+ "light": "servarr-light"
+ }
+ },
+ "serviio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "serviio",
+ "light": "serviio-light"
+ }
+ },
+ "session": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:44:56Z",
+ "author": {
+ "id": 113554994,
+ "name": "wisnioskis"
+ }
+ }
+ },
+ "shaarli": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shell-tips": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "shell-tips",
+ "light": "shell-tips-light"
+ }
+ },
+ "shell": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "shell",
+ "light": "shell-light"
+ }
+ },
+ "shellhub": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shellngn": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shelly": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shiori": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shlink": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shoko-server": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shoko": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "shopify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sickbeard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "signal": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-16T20:31:13Z",
+ "author": {
+ "id": 72495210,
+ "name": "v3DJG6GL"
+ }
+ }
+ },
+ "sigstore": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-03-21T00:59:33Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "simplelogin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "simplex-chat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sinusbot": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "siyuan": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "skype": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "slack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "slash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "slash",
+ "light": "slash-light"
+ }
+ },
+ "slice": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-16T22:04:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "slidev": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:26:47Z",
+ "author": {
+ "id": 56171752,
+ "name": "Flying-Tom"
+ }
+ }
+ },
+ "slskd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:39:29Z",
+ "author": {
+ "id": 58996617,
+ "name": "hownioni"
+ }
+ }
+ },
+ "smartfox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:08:39Z",
+ "author": {
+ "id": 3820691,
+ "name": "reptil1990"
+ }
+ }
+ },
+ "snapcast": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:26:01Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "snapchat": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "snapchat-dark",
+ "light": "snapchat"
+ }
+ },
+ "snapdrop": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "snappymail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "snappymail",
+ "light": "snappymail-light"
+ }
+ },
+ "snikket": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "socialhome": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sogo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "solidtime": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "solidtime",
+ "light": "solidtime-light"
+ }
+ },
+ "sonarqube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sonarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "sonarr-dark",
+ "light": "sonarr"
+ }
+ },
+ "sophos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "sophos-dark",
+ "light": "sophos"
+ }
+ },
+ "sourcegraph": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "spamassassin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "spark": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:08:04Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sparkleshare": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "specifically-clementines": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sphinx-doc": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sphinx-relay": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sphinx": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "splunk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "spoolman": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:13:31Z",
+ "author": {
+ "id": 118010822,
+ "name": "m-klecka"
+ }
+ }
+ },
+ "spotify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sqlitebrowser": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "squidex": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "squirrel-servers-manager": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sshwifty": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-15T09:15:44Z",
+ "author": {
+ "id": 13131391,
+ "name": "juanmanuelbc"
+ }
+ }
+ },
+ "stalwart-mail-server": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stalwart": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:32:21Z",
+ "author": {
+ "id": 69261057,
+ "name": "pacoculebras"
+ }
+ }
+ },
+ "standard-notes": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "startpage": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stash": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stb-proxy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-05T08:22:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "steam": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-07-24T10:37:10Z",
+ "author": {
+ "id": 28531731,
+ "name": "erwinmintiens"
+ }
+ }
+ },
+ "step-ca": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stirling-pdf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-10T10:13:56Z",
+ "author": {
+ "id": 77850077,
+ "name": "Frooodle"
+ }
+ }
+ },
+ "storj": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "storm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:05:16Z",
+ "author": {
+ "id": 20598780,
+ "name": "afonsoc12"
+ }
+ }
+ },
+ "stormkit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "strapi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stremio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:03:06Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "stump-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-18T21:07:38Z",
+ "author": {
+ "id": 710886,
+ "name": "MatthewGlenn"
+ }
+ }
+ },
+ "stump": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:42:14Z",
+ "author": {
+ "id": 710886,
+ "name": "MatthewGlenn"
+ }
+ }
+ },
+ "subatic": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "sunshine": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-10-30T09:38:58Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "supabase": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "supermicro": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "surveymonkey": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "swarmpit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-07-05T16:00:19Z",
+ "author": {
+ "id": 57060193,
+ "name": "drewstopherlee"
+ }
+ }
+ },
+ "swift": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "symmetricom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "symmetricom",
+ "light": "symmetricom-light"
+ }
+ },
+ "synapse": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "synapse",
+ "light": "synapse-light"
+ }
+ },
+ "syncthing": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "syncthing-dark",
+ "light": "syncthing"
+ }
+ },
+ "synology-dsm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "synology": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "synology",
+ "light": "synology-light"
+ }
+ },
+ "sysreptor": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:32:24Z",
+ "author": {
+ "id": 15949162,
+ "name": "quentains"
+ }
+ }
+ },
+ "tabula": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:16:05Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tacticalrmm": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-02T00:01:42Z",
+ "author": {
+ "id": 13395348,
+ "name": "silversword411"
+ }
+ }
+ },
+ "taiga": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tailscale": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tailscale",
+ "light": "tailscale-light"
+ }
+ },
+ "talos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T17:45:38Z",
+ "author": {
+ "id": 1182,
+ "name": "aizatto"
+ }
+ }
+ },
+ "tandoor-recipes": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tangerine-ui": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tar1090": {
+ "base": "png",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T18:50:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "taskcafe": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tasmocompiler": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:50:19Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tasmota": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tasmota",
+ "light": "tasmota-light"
+ }
+ },
+ "tautulli": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "teamcity": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "teamcity",
+ "light": "teamcity-light"
+ }
+ },
+ "teamspeak": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-30T23:31:15Z",
+ "author": {
+ "id": 18687289,
+ "name": "fredodiable"
+ }
+ }
+ },
+ "telegraf": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "telegram": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-12-07T15:02:08Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "telekom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:44:59Z",
+ "author": {
+ "id": 60366145,
+ "name": "4immerjung"
+ }
+ }
+ },
+ "teleport": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tenda": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "terminal": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "terraform": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "teslamate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "teslamate",
+ "light": "teslamate-light"
+ }
+ },
+ "thanos": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "the-pirate-bay": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "the-proxy-bay": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "theia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "theia",
+ "light": "theia-light"
+ }
+ },
+ "thelounge": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "theodinproject": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T17:09:35Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "thingsboard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "threads": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "threads",
+ "light": "threads-light"
+ }
+ },
+ "thunderbird": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-17T18:01:02Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tianji": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tianji",
+ "light": "tianji-light"
+ }
+ },
+ "tiddlywiki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tiddlywiki",
+ "light": "tiddlywiki-light"
+ }
+ },
+ "tiktok": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tiktok",
+ "light": "tiktok-light"
+ }
+ },
+ "timetagger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "timetagger",
+ "light": "timetagger-light"
+ }
+ },
+ "tmdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "todoist": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "todoist-dark",
+ "light": "todoist"
+ }
+ },
+ "tolgee": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T18:44:21Z",
+ "author": {
+ "id": 754514,
+ "name": "TaylanTatli"
+ }
+ }
+ },
+ "tooljet": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tooljet-dark",
+ "light": "tooljet"
+ }
+ },
+ "touitomamout": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tp-link": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tpdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "traccar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "traccar-dark",
+ "light": "traccar"
+ }
+ },
+ "traefik-proxy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T18:12:52Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "traefik": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "traggo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "trakt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "transmission": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "trilium": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "triliumnext": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "truenas-core": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "truenas-scale": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "truenas": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tubesync": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "tubesync",
+ "light": "tubesync-light"
+ }
+ },
+ "tumblr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "turbopack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T17:36:25Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ },
+ "colors": {
+ "dark": "turbopack",
+ "light": "turbopack-light"
+ }
+ },
+ "tux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tvdb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "tvheadend": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "twingate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-05-20T19:04:00Z",
+ "author": {
+ "id": 2432100,
+ "name": "lyneld"
+ }
+ },
+ "colors": {
+ "dark": "twingate",
+ "light": "twingate-light"
+ }
+ },
+ "twitch": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "twitter": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "typemill": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "typemill",
+ "light": "typemill-light"
+ }
+ },
+ "typescript": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "typo3": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ubiquiti-networks": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ubiquiti-unifi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ubiquiti": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ubuntu-linux-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ubuntu-linux": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "uc-browser": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "udemy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "udemy",
+ "light": "udemy-light"
+ }
+ },
+ "ultimate-guitar": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ultimate-guitar",
+ "light": "ultimate-guitar-light"
+ }
+ },
+ "umami": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "umami",
+ "light": "umami-light"
+ }
+ },
+ "umbrel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T10:04:03Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "unbound": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:16:48Z",
+ "author": {
+ "id": 9592452,
+ "name": "CFenner"
+ }
+ }
+ },
+ "undb": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "unifi-voucher-site": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "unifi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "unifi-dark",
+ "light": "unifi"
+ }
+ },
+ "unimus": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-02T00:01:42Z",
+ "author": {
+ "id": 13395348,
+ "name": "silversword411"
+ }
+ }
+ },
+ "unraid": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T09:57:29Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "untangle": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "ups": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "upsnap": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "uptime-kuma": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "valetudo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "valkey": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vault": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "vault",
+ "light": "vault-light"
+ }
+ },
+ "vaultwarden": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "vaultwarden",
+ "light": "vaultwarden-light"
+ }
+ },
+ "vector": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "veeam": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vercel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-14T17:37:05Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ },
+ "colors": {
+ "dark": "vercel",
+ "light": "vercel-light"
+ }
+ },
+ "verizon": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "victoriametrics": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "victoriametrics",
+ "light": "victoriametrics-light"
+ }
+ },
+ "vidzy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "viewtube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-06-01T18:14:21Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vikunja": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:46:36Z",
+ "author": {
+ "id": 4167222,
+ "name": "Roundaround"
+ }
+ }
+ },
+ "virgin-media": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "virtualmin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "viseron": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "viseron",
+ "light": "viseron-light"
+ }
+ },
+ "visual-studio-code": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vivaldi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vmware-esxi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:01:59Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vmware-workstation": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vmware": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "voilib": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "voip-ms": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "voltaserve": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "voltaserve",
+ "light": "voltaserve-light"
+ }
+ },
+ "volumio": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-01T11:07:38Z",
+ "author": {
+ "id": 76069640,
+ "name": "Tinyblargon"
+ }
+ },
+ "colors": {
+ "dark": "volumio",
+ "light": "volumio-light"
+ }
+ },
+ "voron": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vscode": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vuetorrent": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "vultr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wakapi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wakatime": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wakatime",
+ "light": "wakatime-light"
+ }
+ },
+ "wallabag": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wallabag",
+ "light": "wallabag-light"
+ }
+ },
+ "wanderer": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wanderer",
+ "light": "wanderer-light"
+ }
+ },
+ "warpgate": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-04-02T21:31:55Z",
+ "author": {
+ "id": 56734956,
+ "name": "whallin"
+ }
+ }
+ },
+ "watcharr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "watcharr",
+ "light": "watcharr-light"
+ }
+ },
+ "watchtower": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "waze": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wazuh": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "web-check": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "web-check-dark",
+ "light": "web-check"
+ }
+ },
+ "webhook": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "webhookd": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "webkit": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "webmin": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "webtorrent": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "webtrees": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wekan": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wger": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "whats-up-docker": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "whats-up-docker",
+ "light": "whats-up-docker-light"
+ }
+ },
+ "whatsapp": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "whisparr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T09:55:44Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "wikidocs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wikijs-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wikijs": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wikipedia": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wikipedia",
+ "light": "wikipedia-light"
+ }
+ },
+ "willow": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "windmill": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-02-11T23:43:52Z",
+ "author": {
+ "id": 29450538,
+ "name": "WilliamB78"
+ }
+ }
+ },
+ "windows-10": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "windows-95": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "windows-95",
+ "light": "windows-95-light"
+ }
+ },
+ "windows-retro": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "windows-retro",
+ "light": "windows-retro-light"
+ }
+ },
+ "wireguard": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-09-09T09:57:08Z",
+ "author": {
+ "id": 15933,
+ "name": "fabricionaweb"
+ }
+ }
+ },
+ "wizarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wolfi": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wolfi",
+ "light": "wolfi-light"
+ }
+ },
+ "woocommerce": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "woodpecker-ci": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wordpress": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "worklenz": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "wotdle": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-13T19:04:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "wotdle",
+ "light": "wotdle-light"
+ }
+ },
+ "wownero": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-20T07:54:53Z",
+ "author": {
+ "id": 4086248,
+ "name": "lalanza808"
+ }
+ }
+ },
+ "writefreely": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "writefreely",
+ "light": "writefreely-light"
+ }
+ },
+ "x": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "x",
+ "light": "x-light"
+ }
+ },
+ "xbackbone": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xbox-game-pass": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xbox": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xbrowsersync": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-09-11T09:44:27Z",
+ "author": {
+ "id": 46011270,
+ "name": "mcmikemn"
+ }
+ }
+ },
+ "xmr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xmrig": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xpipe": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "xwiki": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yacht": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-08-16T17:22:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yahoo": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yamtrack": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "yamtrack",
+ "light": "yamtrack-light"
+ }
+ },
+ "yandex": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yarr": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "yarr",
+ "light": "yarr-light"
+ }
+ },
+ "ycombinator": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "ycombinator-dark",
+ "light": "ycombinator"
+ }
+ },
+ "ynab": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "your-spotify": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-14T22:56:42Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yourls": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "youtube-dl": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "youtube-kids": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "youtube-music": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "youtube": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yts": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yuno-host": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "yunohost": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "z-wave-js-ui": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zabbix": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zabka": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zammad": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-02-01T13:12:30Z",
+ "author": {
+ "id": 112093608,
+ "name": "enter-a-random-username"
+ }
+ }
+ },
+ "zendesk": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zerotier": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zerotier",
+ "light": "zerotier-light"
+ }
+ },
+ "zigbee2mqtt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zigbee2mqtt",
+ "light": "zigbee2mqtt-light"
+ }
+ },
+ "zipcaptions": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zipline": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zipline",
+ "light": "zipline-light"
+ }
+ },
+ "zitadel": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zitadel",
+ "light": "zitadel-light"
+ }
+ },
+ "zohomail": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2022-10-24T13:21:51Z",
+ "author": {
+ "id": 152518,
+ "name": "enmanuelmoreira"
+ }
+ }
+ },
+ "zoom-alt": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:27:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zoom": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-01-28T15:27:56Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zoraxy": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-06-09T09:18:57Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zulip": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2023-04-13T13:56:18Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ }
+ },
+ "zyxel-communications": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zyxel-communications",
+ "light": "zyxel-communications-light"
+ }
+ },
+ "zyxel-networks": {
+ "base": "svg",
+ "aliases": [],
+ "categories": [],
+ "update": {
+ "timestamp": "2024-10-20T17:24:03Z",
+ "author": {
+ "id": 71191962,
+ "name": "walkxcode"
+ }
+ },
+ "colors": {
+ "dark": "zyxel-networks",
+ "light": "zyxel-networks-light"
+ }
+ }
+}
\ No newline at end of file
diff --git a/scripts/common.py b/scripts/common.py
new file mode 100644
index 00000000..8f5864ae
--- /dev/null
+++ b/scripts/common.py
@@ -0,0 +1,7 @@
+import re
+
+def convert_to_kebab_case(name: str) -> str:
+ """Convert a filename to kebab-case."""
+ cleaned = re.sub(r'[^a-zA-Z0-9\s-]', '', name)
+ kebab_case_name = re.sub(r'[\s_]+', '-', cleaned).lower()
+ return kebab_case_name
\ No newline at end of file
diff --git a/scripts/generate_icons.py b/scripts/generate_icons.py
new file mode 100644
index 00000000..364d9c21
--- /dev/null
+++ b/scripts/generate_icons.py
@@ -0,0 +1,83 @@
+from icons import IssueFormType, checkAction, iconFactory, checkType
+import os
+import sys
+from pathlib import Path
+import requests
+from PIL import Image
+import cairosvg
+
+ISSUE_FORM_ENV_VAR = "INPUT_ISSUE_FORM"
+
+ROOT_DIR = Path(__file__).resolve().parent.parent
+SVG_DIR = ROOT_DIR / "svg"
+PNG_DIR = ROOT_DIR / "png"
+WEBP_DIR = ROOT_DIR / "webp"
+
+# Ensure the output folders exist
+PNG_DIR.mkdir(parents=True, exist_ok=True)
+WEBP_DIR.mkdir(parents=True, exist_ok=True)
+
+def request_image(url: str) -> bytes:
+ response = requests.get(url)
+ response.raise_for_status()
+ return response.content
+
+def save_image(image: bytes, path: Path):
+ with open(path, 'wb') as f:
+ f.write(image)
+
+def convert_svg_to_png(svg_path: Path) -> bytes:
+ """Convert SVG to PNG."""
+ try:
+ return cairosvg.svg2png(url=str(svg_path), output_height=512)
+
+ except Exception as e:
+ print(f"Failed to convert {svg_path} to PNG: {e}")
+ raise e
+
+def save_image_as_webp(image_path: Path, webp_path: Path):
+ """Convert an image (PNG or other) to WEBP."""
+ try:
+ image = Image.open(image_path).convert("RGBA")
+ image.save(webp_path, format='WEBP')
+
+ except Exception as e:
+ print(f"Failed to convert {image_path} to WEBP: {e}")
+ raise e
+
+def main(type: str, action: IssueFormType, issue_form: str):
+ icon = iconFactory(type, issue_form, action)
+ convertions = icon.convertions()
+
+ for convertion in convertions:
+ svg_path = SVG_DIR / f"{convertion.name}.svg"
+ png_path = PNG_DIR / f"{convertion.name}.png"
+ webp_path = WEBP_DIR / f"{convertion.name}.webp"
+
+ imageBytes = request_image(convertion.source)
+
+ if icon.type == "svg":
+ save_image(imageBytes, svg_path)
+ print(f"Downloaded SVG: {svg_path}")
+
+ png_data = convert_svg_to_png(svg_path)
+ save_image(png_data, png_path)
+ print(f"Converted PNG: {png_path}")
+
+ if icon.type == "png":
+ save_image(imageBytes, png_path)
+ print(f"Downloaded PNG: {png_path}")
+
+
+ save_image_as_webp(png_path, webp_path)
+ print(f"Converted WEBP: {webp_path}")
+
+
+if (__name__ == "__main__"):
+ type = checkType(sys.argv[1])
+ action = checkAction(sys.argv[2])
+ main(
+ type,
+ action,
+ os.getenv(ISSUE_FORM_ENV_VAR)
+ )
\ No newline at end of file
diff --git a/scripts/generate_metadata.py b/scripts/generate_metadata.py
new file mode 100644
index 00000000..4f61e03c
--- /dev/null
+++ b/scripts/generate_metadata.py
@@ -0,0 +1,33 @@
+from pathlib import Path
+import json
+
+ROOT_DIR = Path(__file__).resolve().parent.parent
+META_DIR = ROOT_DIR / "meta"
+
+# Ensure the output folders exist
+META_DIR.mkdir(parents=True, exist_ok=True)
+
+def get_icon_names():
+ return [path.stem for path in META_DIR.glob("*.json")]
+
+def read_meta_for(icon_name):
+ meta_file = META_DIR / f"{icon_name}.json"
+ if meta_file.exists():
+ with open(meta_file, 'r', encoding='UTF-8') as f:
+ return json.load(f)
+ return None
+
+def generate_meta_json():
+ icon_names = get_icon_names()
+ fullMeta = dict()
+ for icon_name in icon_names:
+ meta = read_meta_for(icon_name)
+ if meta is None:
+ print(f"Missing metadata for {icon_name}")
+ continue
+ fullMeta[icon_name] = meta
+ with open(ROOT_DIR / "metadata.json", 'w', encoding='UTF-8') as f:
+ json.dump(fullMeta, f, indent=4)
+
+if (__name__ == "__main__"):
+ generate_meta_json()
\ No newline at end of file
diff --git a/scripts/generate_metadata_file.py b/scripts/generate_metadata_file.py
new file mode 100644
index 00000000..e0318d6d
--- /dev/null
+++ b/scripts/generate_metadata_file.py
@@ -0,0 +1,51 @@
+import json
+import os
+import sys
+from icons import IssueFormType, checkAction, iconFactory, checkType
+from pathlib import Path
+
+from metadata import load_metadata
+
+
+
+ISSUE_FORM_ENV_VAR = "INPUT_ISSUE_FORM"
+AUTHOR_ID_ENV_VAR = "INPUT_ISSUE_AUTHOR_ID"
+AUTHOR_LOGIN_ENV_VAR = "INPUT_ISSUE_AUTHOR_LOGIN"
+
+ROOT_DIR = Path(__file__).resolve().parent.parent
+META_DIR = ROOT_DIR / "meta"
+
+# Ensure the output folders exist
+META_DIR.mkdir(parents=True, exist_ok=True)
+
+def main(type: str, action: IssueFormType, issue_form: str, author_id: int, author_login: str):
+ icon = iconFactory(type, issue_form, action)
+ if (action == IssueFormType.METADATA_UPDATE):
+ existing_metadata = load_metadata(icon.name)
+ author_id = existing_metadata["author"]["id"]
+ author_login = existing_metadata["author"]["login"]
+ metadata = icon.to_metadata({"id": author_id, "login": author_login})
+
+ FILE_PATH = META_DIR / f"{icon.name}.json"
+
+ with open(FILE_PATH, 'w', encoding='UTF-8') as f:
+ json.dump(metadata, f, indent=2)
+
+
+def parse_author_id():
+ author_id_string = os.getenv(AUTHOR_ID_ENV_VAR)
+ if author_id_string != None:
+ return int(author_id_string)
+ return None
+
+if (__name__ == "__main__"):
+ type = checkType(sys.argv[1])
+ action = checkAction(sys.argv[2])
+ main(
+ type,
+ action,
+ os.getenv(ISSUE_FORM_ENV_VAR),
+ parse_author_id(),
+ os.getenv(AUTHOR_LOGIN_ENV_VAR)
+ )
+
diff --git a/scripts/icons.py b/scripts/icons.py
new file mode 100644
index 00000000..6cada9e4
--- /dev/null
+++ b/scripts/icons.py
@@ -0,0 +1,222 @@
+import re
+from common import convert_to_kebab_case
+from datetime import datetime
+import json
+from enum import Enum
+
+from metadata import load_metadata
+
+class IconConvertion:
+ def __init__(self, name: str, source: str):
+ self.name = name
+ self.source = source
+
+class Icon:
+ def __init__(self, name: str, type: str, categories: list, aliases: list):
+ self.name = name
+ self.type = type
+ self.categories = categories
+ self.aliases = aliases
+
+ def to_metadata(self, author: dict) -> dict:
+ return {
+ "base": self.type,
+ "aliases": self.aliases,
+ "categories": self.categories,
+ "update": {
+ "timestamp": datetime.now().isoformat(),
+ "author": author
+ }
+ }
+
+ def convertions(self) -> list[IconConvertion]:
+ raise NotImplementedError("Method 'files' must be implemented in subclass")
+
+
+class NormalIcon(Icon):
+ def __init__(self, icon: str, name: str, type: str, categories: list, aliases: list):
+ super().__init__(name, type, categories, aliases)
+ self.icon = icon
+
+ def convertions(self) -> list[IconConvertion]:
+ return [
+ IconConvertion(self.name, self.icon)
+ ]
+
+ def from_addition_issue_form(input: dict):
+ return NormalIcon(
+ mapUrlFromMarkdownImage(input, "Paste icon"),
+ convert_to_kebab_case(mapFromRequired(input, "Icon name")),
+ mapFileTypeFrom(input, "Icon type"),
+ mapListFrom(input, "Categories"),
+ mapListFrom(input, "Aliases")
+ )
+
+ def from_update_issue_form(input: dict):
+ try:
+ name = convert_to_kebab_case(mapFromRequired(input, "Icon name"))
+ metadata = load_metadata(name)
+
+
+ return NormalIcon(
+ mapUrlFromMarkdownImage(input, "Paste icon"),
+ mapFromRequired(input, "Icon name"),
+ mapFileTypeFrom(input, "Icon type"),
+ metadata["categories"],
+ metadata["aliases"]
+ )
+ except Exception as exeption:
+ raise ValueError(f"Icon '{name}' does not exist", exeption)
+
+ def from_metadata_update_issue_form(input: dict):
+ name = convert_to_kebab_case(mapFromRequired(input, "Icon name"))
+ metadata = load_metadata(name)
+
+ return NormalIcon(
+ None,
+ name,
+ metadata["base"],
+ mapListFrom(input, "Categories"),
+ mapListFrom(input, "Aliases")
+ )
+
+
+
+class MonochromeIcon(Icon):
+ def __init__(self, lightIcon: str, darkIcon: str, name: str, type: str, categories: list, aliases: list):
+ super().__init__(name, type, categories, aliases)
+ self.lightIcon = lightIcon
+ self.darkIcon = darkIcon
+
+ def to_colors(self) -> dict:
+ try:
+ metadata = load_metadata(self.name)
+ return {
+ "light": f"{metadata['colors']['light']}",
+ "dark": f"{metadata['colors']['dark']}"
+ }
+ except:
+ return {
+ "light": f"{self.name}",
+ "dark": f"{self.name}-dark"
+ }
+
+ def to_metadata(self, author: dict) -> dict:
+ metadata = super().to_metadata(author)
+ metadata["colors"] = self.to_colors()
+ return metadata
+
+ def convertions(self) -> list[IconConvertion]:
+ colorNames = self.to_colors()
+ return [
+ IconConvertion(colorNames["light"], self.lightIcon),
+ IconConvertion(colorNames["dark"], self.darkIcon),
+ ]
+
+ def from_addition_issue_form(input: dict):
+ return MonochromeIcon(
+ mapUrlFromMarkdownImage(input, "Paste light mode icon"),
+ mapUrlFromMarkdownImage(input, "Paste dark mode icon"),
+ convert_to_kebab_case(mapFromRequired(input, "Icon name")),
+ mapFileTypeFrom(input, "Icon type"),
+ mapListFrom(input, "Categories"),
+ mapListFrom(input, "Aliases")
+ )
+
+ def from_update_issue_form(input: dict):
+ try:
+ name = convert_to_kebab_case(mapFromRequired(input, "Icon name"))
+ metadata = load_metadata(name)
+
+ return MonochromeIcon(
+ mapUrlFromMarkdownImage(input, "Paste light mode icon"),
+ mapUrlFromMarkdownImage(input, "Paste dark mode icon"),
+ mapFromRequired(input, "Icon name"),
+ mapFileTypeFrom(input, "Icon type"),
+ metadata["categories"],
+ metadata["aliases"]
+ )
+ except Exception as exeption:
+ raise ValueError(f"Icon '{name}' does not exist", exeption)
+
+ def from_metadata_update_issue_form(input: dict):
+ name = convert_to_kebab_case(mapFromRequired(input, "Icon name"))
+ metadata = load_metadata(name)
+
+ return MonochromeIcon(
+ None,
+ None,
+ name,
+ metadata["base"],
+ mapListFrom(input, "Categories"),
+ mapListFrom(input, "Aliases")
+ )
+
+def checkType(type: str):
+ if type not in ["normal", "monochrome"]:
+ raise ValueError(f"Invalid icon type: '{type}'")
+ return type
+
+def checkAction(action: str):
+ if action == "addition":
+ return IssueFormType.ADDITION
+ elif action == "update":
+ return IssueFormType.UPDATE
+ elif action == "metadata_update":
+ return IssueFormType.METADATA_UPDATE
+ raise ValueError(f"Invalid action: '{action}'")
+
+class IssueFormType(Enum):
+ ADDITION = "addition"
+ UPDATE = "update"
+ METADATA_UPDATE = "metadata_update"
+
+def iconFactory(type: str, issue_form: str, issue_form_type: IssueFormType):
+ if type == "normal":
+ if (issue_form_type == IssueFormType.ADDITION):
+ return NormalIcon.from_addition_issue_form(json.loads(issue_form))
+ elif (issue_form_type == IssueFormType.UPDATE):
+ return NormalIcon.from_update_issue_form(json.loads(issue_form))
+ elif (issue_form_type == IssueFormType.METADATA_UPDATE):
+ return NormalIcon.from_metadata_update_issue_form(json.loads(issue_form))
+ else:
+ raise ValueError(f"Invalid issue form type: '{issue_form_type}'")
+ elif type == "monochrome":
+ if (issue_form_type == IssueFormType.ADDITION):
+ return MonochromeIcon.from_addition_issue_form(json.loads(issue_form))
+ elif (issue_form_type == IssueFormType.UPDATE):
+ return MonochromeIcon.from_update_issue_form(json.loads(issue_form))
+ elif (issue_form_type == IssueFormType.METADATA_UPDATE):
+ return MonochromeIcon.from_metadata_update_issue_form(json.loads(issue_form))
+ else:
+ raise ValueError(f"Invalid issue form type: '{issue_form_type}'")
+ raise ValueError(f"Invalid icon type: '{type}'")
+
+def mapFrom(input: dict, label: str) -> str:
+ return input.get(label, None)
+
+def mapFromRequired(input: dict, label: str) -> str:
+ value = mapFrom(input, label)
+ if value is None:
+ raise ValueError(f"Missing required field: '{label}'")
+ return value
+
+def mapFileTypeFrom(input: dict, label: str) -> str:
+ fileType = mapFromRequired(input, label)
+ if fileType not in ["SVG", "PNG"]:
+ raise ValueError(f"Invalid file type: '{fileType}'")
+ return fileType.lower()
+
+def mapListFrom(input: dict, label: str) -> list:
+ stringList = mapFrom(input, label)
+ if stringList is None:
+ return []
+ return list(map(str.strip, stringList.split(",")))
+
+def mapUrlFromMarkdownImage(input: dict, label: str) -> re.Match[str]:
+ markdown = mapFromRequired(input, label)
+ try:
+ return re.match(r"!\[[^\]]+\]\((https:[^\)]+)\)", markdown)[1]
+ except IndexError:
+ raise ValueError(f"Invalid markdown image: '{markdown}'")
+
diff --git a/scripts/metadata.py b/scripts/metadata.py
new file mode 100644
index 00000000..5781ac52
--- /dev/null
+++ b/scripts/metadata.py
@@ -0,0 +1,9 @@
+import json
+
+
+def load_metadata(icon_name: str) -> dict:
+ try:
+ with open(f"meta/{icon_name}.json", "r") as f:
+ return json.load(f)
+ except FileNotFoundError:
+ raise ValueError(f"Icon '{icon_name}' does not exist")
diff --git a/scripts/parse_issue_form.py b/scripts/parse_issue_form.py
new file mode 100644
index 00000000..f8221638
--- /dev/null
+++ b/scripts/parse_issue_form.py
@@ -0,0 +1,28 @@
+import json
+import os
+
+ISSUE_FORM_ITEM_LABEL = "###"
+ISSUE_EMPTY_RESPONSE = "_No response_"
+INPUT_ENV_VAR_NAME = "INPUT_ISSUE_BODY"
+
+def parse_issue_form(input: str) -> dict:
+ splitItems = input.split(ISSUE_FORM_ITEM_LABEL)
+ # Remove first empty item
+ splitItems.pop(0)
+ parsedForm = dict()
+ for item in splitItems:
+ item = item.strip()
+ itemLines = item.split("\n")
+ itemName = itemLines[0].strip()
+ itemValue = "\n".join(itemLines[1:]).strip()
+ if itemValue == ISSUE_EMPTY_RESPONSE:
+ itemValue = None
+ parsedForm[itemName] = itemValue
+ return parsedForm
+
+def main(input: str):
+ parsedIssueForm = parse_issue_form(input)
+ print(json.dumps(parsedIssueForm))
+
+if (__name__ == "__main__"):
+ main(os.getenv(INPUT_ENV_VAR_NAME))
\ No newline at end of file
diff --git a/scripts/print_icon_name.py b/scripts/print_icon_name.py
new file mode 100644
index 00000000..6508af1d
--- /dev/null
+++ b/scripts/print_icon_name.py
@@ -0,0 +1,14 @@
+import os
+import sys
+from icons import IssueFormType, checkAction, iconFactory, checkType
+
+ISSUE_FORM_ENV_VAR = "INPUT_ISSUE_FORM"
+
+def main(type: str, action: IssueFormType, issue_form: str):
+ icon = iconFactory(type, issue_form, action)
+ print(icon.name)
+
+if (__name__ == "__main__"):
+ type = checkType(sys.argv[1])
+ action = checkAction(sys.argv[2])
+ main(type, action, os.getenv(ISSUE_FORM_ENV_VAR))
\ No newline at end of file
diff --git a/svg/android-robot.svg b/svg/android-robot.svg
index 3de4ef97..2a0354e3 100644
--- a/svg/android-robot.svg
+++ b/svg/android-robot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/authentik.svg b/svg/authentik.svg
index f1625af4..9933084d 100755
--- a/svg/authentik.svg
+++ b/svg/authentik.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/beszel-light.svg b/svg/beszel-light.svg
index 5cd73a8e..fa276d24 100644
--- a/svg/beszel-light.svg
+++ b/svg/beszel-light.svg
@@ -6,4 +6,4 @@
-
\ No newline at end of file
+
diff --git a/svg/beszel.svg b/svg/beszel.svg
old mode 100644
new mode 100755
index 5cd73a8e..fa276d24
--- a/svg/beszel.svg
+++ b/svg/beszel.svg
@@ -6,4 +6,4 @@
-
\ No newline at end of file
+
diff --git a/svg/bing.svg b/svg/bing.svg
index b9c6547e..6b6e9890 100644
--- a/svg/bing.svg
+++ b/svg/bing.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/chrome-canary.svg b/svg/chrome-canary.svg
index da3935c9..fd119180 100644
--- a/svg/chrome-canary.svg
+++ b/svg/chrome-canary.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/chrome-devtools.svg b/svg/chrome-devtools.svg
index cae8001c..b8551a0c 100644
--- a/svg/chrome-devtools.svg
+++ b/svg/chrome-devtools.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/commafeed.svg b/svg/commafeed.svg
index d3f04c1a..1150fda0 100755
--- a/svg/commafeed.svg
+++ b/svg/commafeed.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/dc-os.svg b/svg/dc-os.svg
index 1b87ccc0..70a00548 100644
--- a/svg/dc-os.svg
+++ b/svg/dc-os.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/edge.svg b/svg/edge.svg
index 8c3eb7a8..9b0cb913 100644
--- a/svg/edge.svg
+++ b/svg/edge.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/etherpad.svg b/svg/etherpad.svg
index b0d664c6..c13823fb 100644
--- a/svg/etherpad.svg
+++ b/svg/etherpad.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/filebot.svg b/svg/filebot.svg
index 00443d3c..d255aec8 100644
--- a/svg/filebot.svg
+++ b/svg/filebot.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/findroid.svg b/svg/findroid.svg
index 30c25b54..49456a59 100644
--- a/svg/findroid.svg
+++ b/svg/findroid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/firefox-beta.svg b/svg/firefox-beta.svg
index 04df850e..8c6e2cfc 100644
--- a/svg/firefox-beta.svg
+++ b/svg/firefox-beta.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/firefox-developer-edition.svg b/svg/firefox-developer-edition.svg
index 4a75403e..f18970e6 100644
--- a/svg/firefox-developer-edition.svg
+++ b/svg/firefox-developer-edition.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/firefox-lite.svg b/svg/firefox-lite.svg
index 945a3a1b..c1ebc100 100644
--- a/svg/firefox-lite.svg
+++ b/svg/firefox-lite.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/firefox-nightly.svg b/svg/firefox-nightly.svg
index 7ebb2cb6..5987f77c 100644
--- a/svg/firefox-nightly.svg
+++ b/svg/firefox-nightly.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/mediathekview.svg b/svg/mediathekview.svg
index 3d0b34a0..500b6dd5 100644
--- a/svg/mediathekview.svg
+++ b/svg/mediathekview.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/nomie.svg b/svg/nomie.svg
index 1e4675b5..d8b4aa41 100644
--- a/svg/nomie.svg
+++ b/svg/nomie.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/omnidb.svg b/svg/omnidb.svg
index a860bcca..dfecc742 100644
--- a/svg/omnidb.svg
+++ b/svg/omnidb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/openstreetmap.svg b/svg/openstreetmap.svg
index f5527f32..c76666e7 100644
--- a/svg/openstreetmap.svg
+++ b/svg/openstreetmap.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/palemoon.svg b/svg/palemoon.svg
index 6ec9453b..7c0c44a1 100644
--- a/svg/palemoon.svg
+++ b/svg/palemoon.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/phpmyadmin.svg b/svg/phpmyadmin.svg
index e72b5cae..54d5b812 100644
--- a/svg/phpmyadmin.svg
+++ b/svg/phpmyadmin.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/printer.svg b/svg/printer.svg
index 937ce1cc..4d70cbb9 100644
--- a/svg/printer.svg
+++ b/svg/printer.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/qdirstat.svg b/svg/qdirstat.svg
index 80291d51..fb831cc6 100644
--- a/svg/qdirstat.svg
+++ b/svg/qdirstat.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/questdb.svg b/svg/questdb.svg
index ca035e38..6b7d4d71 100644
--- a/svg/questdb.svg
+++ b/svg/questdb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/router.svg b/svg/router.svg
index cc97f9b6..def25469 100644
--- a/svg/router.svg
+++ b/svg/router.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/searx.svg b/svg/searx.svg
index f48dc283..201136e0 100644
--- a/svg/searx.svg
+++ b/svg/searx.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/spamassassin.svg b/svg/spamassassin.svg
index 8d22e323..f52ef79e 100644
--- a/svg/spamassassin.svg
+++ b/svg/spamassassin.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/stb-proxy.svg b/svg/stb-proxy.svg
index bee839ec..685b7da2 100644
--- a/svg/stb-proxy.svg
+++ b/svg/stb-proxy.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/terminal.svg b/svg/terminal.svg
index bcbfdfbc..ae2e17f6 100644
--- a/svg/terminal.svg
+++ b/svg/terminal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/tux.svg b/svg/tux.svg
index ba852b2f..e1391505 100644
--- a/svg/tux.svg
+++ b/svg/tux.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/viewtube.svg b/svg/viewtube.svg
index 3d2f0c9f..04cb6e48 100644
--- a/svg/viewtube.svg
+++ b/svg/viewtube.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/virgin-media.svg b/svg/virgin-media.svg
index d1448073..5e15e4a3 100644
--- a/svg/virgin-media.svg
+++ b/svg/virgin-media.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/watchtower.svg b/svg/watchtower.svg
index 2c9bc184..5dffa9d7 100755
--- a/svg/watchtower.svg
+++ b/svg/watchtower.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/webkit.svg b/svg/webkit.svg
index 2f465e55..d090a640 100644
--- a/svg/webkit.svg
+++ b/svg/webkit.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/wikijs-alt.svg b/svg/wikijs-alt.svg
index 15dcb0b6..683f325e 100644
--- a/svg/wikijs-alt.svg
+++ b/svg/wikijs-alt.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/zitadel-light.svg b/svg/zitadel-light.svg
index d250c1f8..2d016a8d 100644
--- a/svg/zitadel-light.svg
+++ b/svg/zitadel-light.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
diff --git a/svg/zitadel.svg b/svg/zitadel.svg
index 1b0c8428..6a324747 100755
--- a/svg/zitadel.svg
+++ b/svg/zitadel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+