Compare commits

..

2 Commits

Author SHA1 Message Date
Bjorn Lammers
44be40b2e1 refactor(icons): map metadata to new categories 2025-04-29 16:24:59 +02:00
Bjorn Lammers
9a1d26368b refactor(icons): consolidate categories with metadata mapping and category validation 2025-04-29 16:24:29 +02:00
3545 changed files with 47799 additions and 73754 deletions

View File

@@ -14,61 +14,70 @@ body:
label: Icon name label: Icon name
description: The name has to be unique and should be kebab-case. description: The name has to be unique and should be kebab-case.
placeholder: e.g. "icon-name" placeholder: e.g. "icon-name"
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Paste light mode icon label: Paste light mode icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background. Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Paste dark mode icon label: Paste dark mode icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background. Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Icon type label: Icon type
options: options:
- SVG - SVG
- PNG - PNG
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Categories label: Categories
multiple: true multiple: true
options: options:
- Animal - AI
- Cloud - Analytics-&-Monitoring
- Automation
- Browsers-&-Search
- Cloud-&-Hosting
- Communication - Communication
- Community-&-Social
- Content-Management
- Crypto
- Databases
- Design - Design
- Development - Development
- Downloaders
- E-Commerce - E-Commerce
- Education - Education
- File - File-Management-&-Sync
- Finance - Finance
- Food - Food
- Framework
- Gaming - Gaming
- Hardware - Hardware
- Health - Health
- Location - Home-Automation
- Logistics - Identity
- Infrastructure
- Library
- Mapping-&-Location
- Media - Media
- Music - Music-&-Audio
- Nature - Nature
- Networking
- News - News
- Organization - Notes-&-Productivity
- Search - Operating-Systems
- Organization-&-Planning
- Programming-Language
- Security - Security
- SocialMedia - Software
- Streaming - Streaming
- Travel - Travel
- Version-Control
- Video - Video
- Virtualization
- type: input - type: input
attributes: attributes:
label: Aliases label: Aliases

View File

@@ -15,16 +15,12 @@ body:
label: Icon name label: Icon name
description: The name has to be unique and should be kebab-case. description: The name has to be unique and should be kebab-case.
placeholder: e.g. "icon-name" placeholder: e.g. "icon-name"
validations:
required: true
- type: textarea - type: textarea
id: icon id: icon
attributes: attributes:
label: Paste icon label: Paste icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. Please paste the icon here. It will automatically upload it to github.
validations:
required: true
- type: dropdown - type: dropdown
id: type id: type
attributes: attributes:
@@ -32,39 +28,54 @@ body:
options: options:
- SVG - SVG
- PNG - PNG
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Categories label: Categories
multiple: true multiple: true
options: options:
- Animal - AI
- Cloud - Analytics-&-Monitoring
- Automation
- Browsers-&-Search
- Cloud-&-Hosting
- Communication - Communication
- Community-&-Social
- Content-Management
- Crypto
- Databases
- Design - Design
- Development - Development
- Downloaders
- E-Commerce - E-Commerce
- Education - Education
- File - File-Management-&-Sync
- Finance - Finance
- Food - Food
- Framework
- Gaming - Gaming
- Hardware - Hardware
- Health - Health
- Location - Home-Automation
- Logistics - Identity
- Infrastructure
- Library
- Mapping-&-Location
- Media - Media
- Music - Music-&-Audio
- Nature - Nature
- Networking
- News - News
- Organization - Notes-&-Productivity
- Search - Operating-Systems
- Organization-&-Planning
- Programming-Language
- Security - Security
- SocialMedia - Software
- Streaming - Streaming
- Travel - Travel
- Version-Control
- Video - Video
- Virtualization
- type: input - type: input
attributes: attributes:
label: Aliases label: Aliases

View File

@@ -13,30 +13,70 @@ body:
label: Icon name label: Icon name
description: The name has to be unique and should be kebab-case. description: The name has to be unique and should be kebab-case.
placeholder: e.g. "icon-name" placeholder: e.g. "icon-name"
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Paste light mode icon label: Paste light mode icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background. Please paste the icon here. It will automatically upload it to github. This icon should be visible on a light background.
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Paste dark mode icon label: Paste dark mode icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background. Please paste the icon here. It will automatically upload it to github. This icon should be visible on a dark background.
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Icon type label: Icon type
options: options:
- SVG - SVG
- PNG - PNG
validations: - type: dropdown
required: true attributes:
label: Categories
multiple: true
options:
- AI
- Analytics-&-Monitoring
- Automation
- Browsers-&-Search
- Cloud-&-Hosting
- Communication
- Community-&-Social
- Content-Management
- Crypto
- Databases
- Design
- Development
- Downloaders
- E-Commerce
- Education
- File-Management-&-Sync
- Finance
- Food
- Framework
- Gaming
- Hardware
- Health
- Home-Automation
- Identity
- Infrastructure
- Library
- Mapping-&-Location
- Media
- Music-&-Audio
- Nature
- Networking
- News
- Notes-&-Productivity
- Operating-Systems
- Organization-&-Planning
- Programming-Language
- Security
- Software
- Streaming
- Travel
- Version-Control
- Video
- Virtualization
- type: textarea - type: textarea
attributes: attributes:
label: Additional information label: Additional information

View File

@@ -13,23 +13,65 @@ body:
label: Icon name label: Icon name
description: The name has to match the existing icon name. description: The name has to match the existing icon name.
placeholder: e.g. "icon-name" placeholder: e.g. "icon-name"
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: Paste icon label: Paste icon
description: | description: |
Please paste the icon here. It will automatically upload it to github. Please paste the icon here. It will automatically upload it to github.
validations:
required: true
- type: dropdown - type: dropdown
attributes: attributes:
label: Icon type label: Icon type
options: options:
- SVG - SVG
- PNG - PNG
validations: - type: dropdown
required: true attributes:
label: Categories
multiple: true
options:
- AI
- Analytics-&-Monitoring
- Automation
- Browsers-&-Search
- Cloud-&-Hosting
- Communication
- Community-&-Social
- Content-Management
- Crypto
- Databases
- Design
- Development
- Downloaders
- E-Commerce
- Education
- File-Management-&-Sync
- Finance
- Food
- Framework
- Gaming
- Hardware
- Health
- Home-Automation
- Identity
- Infrastructure
- Library
- Mapping-&-Location
- Media
- Music-&-Audio
- Nature
- Networking
- News
- Notes-&-Productivity
- Operating-Systems
- Organization-&-Planning
- Programming-Language
- Security
- Software
- Streaming
- Travel
- Version-Control
- Video
- Virtualization
- type: textarea - type: textarea
attributes: attributes:
label: Additional information label: Additional information

View File

@@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v3
with: with:
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}

View File

@@ -20,13 +20,13 @@ jobs:
private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }} private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }}
app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }} app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v4
env: env:
GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }} GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.11"
- name: Install Dependencies - name: Install Dependencies
run: | run: |
pip install cairosvg pillow requests pip install cairosvg pillow requests
@@ -37,6 +37,58 @@ jobs:
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT" run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
env: env:
INPUT_ISSUE_BODY: ${{ github.event.issue.body }} INPUT_ISSUE_BODY: ${{ github.event.issue.body }}
- name: Validate Categories
run: |
import json
import sys
import os
# Load allowed categories from metadata.map.json
map_file = "metadata.map.json"
try:
with open(map_file, 'r', encoding='utf-8') as f:
map_data = json.load(f)
# Assuming the first key in the map holds the example structure
example_key = list(map_data.keys())[0]
allowed_categories = set(map_data[example_key]['categories'])
print(f"Loaded {len(allowed_categories)} allowed categories from {map_file}")
except Exception as e:
print(f"::error file={map_file}::Failed to load or parse allowed categories from {map_file}: {e}")
sys.exit(1)
# Load submitted form data
form_json_string = os.environ.get('INPUT_ISSUE_FORM')
if not form_json_string:
print("::error::Failed to get form JSON from environment variable.")
sys.exit(1)
try:
form_data = json.loads(form_json_string)
except json.JSONDecodeError as e:
print(f"::error::Failed to parse form JSON: {e}")
print(f"Form JSON string was: {form_json_string}")
sys.exit(1)
# Extract submitted categories (handle potential missing key or None value)
submitted_categories_str = form_data.get('Categories') # Label from issue form
submitted_categories = set()
if submitted_categories_str:
submitted_categories = set(cat.strip() for cat in submitted_categories_str.split('\\n') if cat.strip())
print(f"Submitted categories: {submitted_categories or 'None'}")
# Validate
invalid_categories = submitted_categories - allowed_categories
if invalid_categories:
print(f"::error::Invalid categories found: {', '.join(sorted(list(invalid_categories)))}")
print("Please ensure all submitted categories exist in metadata.map.json.")
sys.exit(1)
else:
print("All submitted categories are valid.")
env:
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
- name: Create metadata file - name: Create metadata file
run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} addition run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} addition
env: env:

View File

@@ -20,13 +20,13 @@ jobs:
private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }} private_key: ${{ secrets.DASHBOARD_ICONS_MANAGER_APP_PRIVATE_KEY }}
app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }} app_id: ${{ vars.DASHBOARD_ICONS_MANAGER_APP_ID }}
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v4
env: env:
GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }} GITHUB_TOKEN: ${{ steps.obtainToken.outputs.token }}
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.11"
- name: Install Dependencies - name: Install Dependencies
run: | run: |
pip install cairosvg pillow requests pip install cairosvg pillow requests
@@ -37,6 +37,62 @@ jobs:
run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT" run: echo "ISSUE_FORM=$(python scripts/parse_issue_form.py)" >> "$GITHUB_OUTPUT"
env: env:
INPUT_ISSUE_BODY: ${{ github.event.issue.body }} INPUT_ISSUE_BODY: ${{ github.event.issue.body }}
- name: Validate Categories
run: |
import json
import sys
import os
# Load allowed categories from metadata.map.json
map_file = "metadata.map.json"
try:
with open(map_file, 'r', encoding='utf-8') as f:
map_data = json.load(f)
# Assuming the first key in the map holds the example structure
example_key = list(map_data.keys())[0]
allowed_categories = set(map_data[example_key]['categories'])
print(f"Loaded {len(allowed_categories)} allowed categories from {map_file}")
except Exception as e:
print(f"::error file={map_file}::Failed to load or parse allowed categories from {map_file}: {e}")
sys.exit(1)
# Load submitted form data
form_json_string = os.environ.get('INPUT_ISSUE_FORM')
if not form_json_string:
print("::error::Failed to get form JSON from environment variable.")
sys.exit(1)
try:
form_data = json.loads(form_json_string)
except json.JSONDecodeError as e:
print(f"::error::Failed to parse form JSON: {e}")
print(f"Form JSON string was: {form_json_string}")
sys.exit(1)
# Extract submitted categories (handle potential missing key or None value)
# NOTE: The update forms might not have a 'Categories' field if categories aren't updatable via that form.
# If 'Categories' is missing or None in the form data, validation passes trivially.
submitted_categories_str = form_data.get('Categories') # Label from issue form
submitted_categories = set()
if submitted_categories_str:
submitted_categories = set(cat.strip() for cat in submitted_categories_str.split('\\n') if cat.strip())
if not submitted_categories_str:
print("No categories submitted in this form, skipping validation.")
else:
print(f"Submitted categories: {submitted_categories}")
# Validate
invalid_categories = submitted_categories - allowed_categories
if invalid_categories:
print(f"::error::Invalid categories found: {', '.join(sorted(list(invalid_categories)))}")
print("Please ensure all submitted categories exist in metadata.map.json.")
sys.exit(1)
else:
print("All submitted categories are valid.")
env:
INPUT_ISSUE_FORM: ${{ steps.parse_issue_form.outputs.ISSUE_FORM }}
- name: Update metadata file - name: Update metadata file
run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} update run: python scripts/generate_metadata_file.py ${{ env.ICON_TYPE }} update
env: env:

View File

@@ -10,14 +10,14 @@ jobs:
contents: write contents: write
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v3
with: with:
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.9"
- name: Install Dependencies - name: Install Dependencies
run: | run: |
@@ -43,14 +43,14 @@ jobs:
contents: write contents: write
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v3
with: with:
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.9"
- name: Commit and Push Changes - name: Commit and Push Changes
run: | run: |
@@ -68,14 +68,14 @@ jobs:
contents: write contents: write
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v3
with: with:
ref: ${{ github.ref_name }} ref: ${{ github.ref_name }}
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.9"
- name: Commit and Push Changes - name: Commit and Push Changes
run: | run: |

View File

@@ -10,12 +10,12 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v5 uses: actions/checkout@v3
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.14.0" python-version: "3.9"
- name: Install Dependencies - name: Install Dependencies
run: | run: |
@@ -25,7 +25,7 @@ jobs:
run: python scripts/convert_svg_assets.py run: python scripts/convert_svg_assets.py
- name: Upload Converted Icons - name: Upload Converted Icons
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: converted-icons name: converted-icons
path: | path: |

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-08-18T21:15:20.394373",
"author": {
"id": 150935816,
"login": "Dvorinka"
}
}
}

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"paywall-remover", "paywall-remover",
"article-unblocker" "article-unblocker"
], ],
"categories": [ "categories": [
"Web-Browsers" "Browsers-&-Search"
], ],
"update": { "update": {
"timestamp": "2024-10-13T18:25:47Z", "timestamp": "2024-10-13T18:25:47Z",
"author": { "author": {
"id": 46011270, "id": 46011270,
"name": "mcmikemn" "name": "mcmikemn"
}
} }
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Development"
],
"update": {
"timestamp": "2025-06-18T05:14:18.987936",
"author": {
"id": 98148330,
"login": "YuSung-2022"
}
}
}

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T18:01:33Z", "timestamp": "2024-10-20T18:01:33Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "1password-dark",
"light": "1password"
} }
},
"colors": {
"dark": "1password-dark",
"light": "1password"
}
} }

View File

@@ -1,21 +1,21 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"2FA Authenticator" "2FA Authenticator"
], ],
"categories": [ "categories": [
"Password-Managers", "Identity",
"Security" "Security"
], ],
"update": { "update": {
"timestamp": "2024-10-13T18:37:13Z", "timestamp": "2024-10-13T18:37:13Z",
"author": { "author": {
"id": 858858, "id": 858858,
"name": "Bubka" "name": "Bubka"
}
},
"colors": {
"dark": "2fauth",
"light": "2fauth-light"
} }
},
"colors": {
"dark": "2fauth",
"light": "2fauth-light"
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T18:33:11Z", "timestamp": "2024-10-20T18:33:11Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "3cx",
"light": "3cx-light"
} }
},
"colors": {
"dark": "3cx",
"light": "3cx-light"
}
} }

View File

@@ -1,17 +0,0 @@
{
"base": "svg",
"aliases": [
"chan",
"luck"
],
"categories": [
"Communication"
],
"update": {
"timestamp": "2025-10-04T13:23:43.208364",
"author": {
"id": 123755552,
"login": "jashanpbpb"
}
}
}

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T18:46:29Z", "timestamp": "2024-10-20T18:46:29Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "5etools-dark",
"light": "5etools"
} }
},
"colors": {
"dark": "5etools-dark",
"light": "5etools"
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"7-zip" "7-zip"
], ],
"categories": [ "categories": [
"Developer-Tools" "Development"
], ],
"update": { "update": {
"timestamp": "2025-01-05T00:02:27Z", "timestamp": "2025-01-05T00:02:27Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [],
"update": {
"timestamp": "2025-06-30T18:55:02.066881",
"author": {
"id": 1392556,
"login": "vitofasano"
}
}
}

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [
"aboardhr"
],
"categories": [],
"update": {
"timestamp": "2025-09-06T18:26:21.574041",
"author": {
"id": 412615,
"login": "johanekhager"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T18:47:53Z", "timestamp": "2024-10-20T18:47:53Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [],
"update": {
"timestamp": "2025-06-30T19:04:39.456692",
"author": {
"id": 2733215,
"login": "bakito"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2022-09-09T09:57:51Z", "timestamp": "2022-09-09T09:57:51Z",
"author": { "author": {
"id": 15933, "id": 15933,
"name": "fabricionaweb" "name": "fabricionaweb"
}
} }
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"Database Management" "Database Management"
], ],
"categories": [ "categories": [
"Databases", "Databases",
"Developer-Tools" "Development"
], ],
"update": { "update": {
"timestamp": "2022-08-16T17:22:56Z", "timestamp": "2022-08-16T17:22:56Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2025-04-06T16:32:41.752755", "timestamp": "2025-04-06T16:32:41.752755",
"author": { "author": {
"id": 63781622, "id": 63781622,
"login": "Meierschlumpf" "login": "Meierschlumpf"
}
} }
}
} }

View File

@@ -1,14 +1,14 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [ "categories": [
"Monitoring-Tools" "Analytics-&-Monitoring"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [
"Logistics"
],
"update": {
"timestamp": "2025-08-18T21:33:40.843973",
"author": {
"id": 442966,
"login": "hanjo"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2025-07-01T04:17:50.642999", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 98704938, "id": 71191962,
"login": "seanmorley15" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "affine",
"light": "affine-light"
} }
},
"colors": {
"dark": "affine",
"light": "affine-light"
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [
"Organization"
],
"update": {
"timestamp": "2025-09-10T18:16:01.315508",
"author": {
"id": 679198,
"login": "alexandru-calinoiu"
}
}
}

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-09-08T13:09:10.678938",
"author": {
"id": 13280079,
"login": "jjbobzin"
}
}
}

View File

@@ -1,16 +0,0 @@
{
"base": "svg",
"aliases": [
"airtrail"
],
"categories": [
"Travel"
],
"update": {
"timestamp": "2025-09-08T12:23:51.466615",
"author": {
"id": 1340823,
"login": "b12e"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-06-23T17:25:39Z", "timestamp": "2023-06-23T17:25:39Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Cloud"
],
"update": {
"timestamp": "2025-10-18T13:50:38.466025",
"author": {
"id": 19624259,
"login": "seeharrison"
}
}
}

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Finance"
],
"update": {
"timestamp": "2025-05-11T20:01:41.455664",
"author": {
"id": 10255587,
"login": "SteffeyDev"
}
}
}

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "akkoma",
"light": "akkoma-light"
} }
},
"colors": {
"dark": "akkoma",
"light": "akkoma-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,14 +1,14 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [ "categories": [
"Media" "Media"
], ],
"update": { "update": {
"timestamp": "2025-04-18T08:34:26.627973", "timestamp": "2025-04-18T08:34:26.627973",
"author": { "author": {
"id": 2432100, "id": 2432100,
"login": "lyneld" "login": "lyneld"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +0,0 @@
{
"base": "png",
"aliases": [],
"categories": [],
"update": {
"timestamp": "2025-09-28T10:30:53.395293",
"author": {
"id": 127128984,
"login": "Ray2023m"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-01-28T15:25:19Z", "timestamp": "2024-01-28T15:25:19Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-13T18:27:20Z", "timestamp": "2024-10-13T18:27:20Z",
"author": { "author": {
"id": 56171752, "id": 56171752,
"name": "Flying-Tom" "name": "Flying-Tom"
}
} }
}
} }

View File

@@ -1,18 +0,0 @@
{
"base": "svg",
"aliases": [
"ali-yun",
"alibaba",
"cloud"
],
"categories": [
"Cloud"
],
"update": {
"timestamp": "2025-10-22T14:29:45.111918",
"author": {
"id": 177024972,
"login": "AaronYang0628"
}
}
}

View File

@@ -1,18 +1,18 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"no-code-platform", "no-code-platform",
"app-builder" "app-builder"
], ],
"categories": [ "categories": [
"Developer-Tools", "Cloud-&-Hosting",
"Cloud-Computing" "Development"
], ],
"update": { "update": {
"timestamp": "2024-06-01T17:32:11Z", "timestamp": "2024-06-01T17:32:11Z",
"author": { "author": {
"id": 10404337, "id": 10404337,
"name": "bmgalhardo" "name": "bmgalhardo"
}
} }
}
} }

View File

@@ -1,20 +1,20 @@
{ {
"base": "png", "base": "png",
"aliases": [ "aliases": [
"Download Manager" "Download Manager"
], ],
"categories": [ "categories": [
"Download-Managers" "Downloaders"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "alltube",
"light": "alltube-light"
} }
},
"colors": {
"dark": "alltube",
"light": "alltube-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"prime-video", "prime-video",
"amazon-video" "amazon-video"
], ],
"categories": [ "categories": [
"Video-Streaming" "Streaming"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "amazon-web-services",
"light": "amazon-web-services-light"
} }
},
"colors": {
"dark": "amazon-web-services",
"light": "amazon-web-services-light"
}
} }

View File

@@ -1,21 +1,21 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"online-marketplace", "online-marketplace",
"shopping-website" "shopping-website"
], ],
"categories": [ "categories": [
"E-commerce-Platforms" "E-commerce-Platforms"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "amazon",
"light": "amazon-light"
} }
},
"colors": {
"dark": "amazon",
"light": "amazon-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,22 +1,22 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"processor-company", "processor-company",
"computer-chips" "computer-chips"
], ],
"categories": [ "categories": [
"Hardware", "Hardware",
"Organization" "Organization-&-Planning"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "amd",
"light": "amd-light"
} }
},
"colors": {
"dark": "amd",
"light": "amd-light"
}
} }

View File

@@ -1,21 +1,21 @@
{ {
"base": "png", "base": "png",
"aliases": [ "aliases": [
"Asterisk Manager" "Asterisk Manager"
], ],
"categories": [ "categories": [
"Networking-Tools", "Communication",
"Communication" "Networking"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "ami-alt",
"light": "ami-alt-light"
} }
},
"colors": {
"dark": "ami-alt",
"light": "ami-alt-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,18 +1,17 @@
{ {
"base": "png", "base": "png",
"aliases": [ "aliases": [
"music-server", "music-server",
"audio-streaming" "audio-streaming"
], ],
"categories": [ "categories": [
"Media-Servers", "Streaming"
"Music-Streaming" ],
], "update": {
"update": { "timestamp": "2024-10-20T19:32:46Z",
"timestamp": "2024-10-20T19:32:46Z", "author": {
"author": { "id": 71191962,
"id": 71191962, "name": "walkxcode"
"name": "walkxcode" }
} }
}
} }

View File

@@ -1,18 +1,18 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [ "categories": [
"Smart-Home" "Home-Automation"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "android-auto-dark",
"light": "android-auto"
} }
},
"colors": {
"dark": "android-auto-dark",
"light": "android-auto"
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"android-logo", "android-logo",
"mobile-os-icon" "mobile-os-icon"
], ],
"categories": [ "categories": [
"Operating-Systems" "Operating-Systems"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"android-os", "android-os",
"mobile-os" "mobile-os"
], ],
"categories": [ "categories": [
"Operating-Systems" "Operating-Systems"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Development"
],
"update": {
"timestamp": "2025-09-08T12:56:41.622583",
"author": {
"id": 109094587,
"login": "Yarnacle"
}
}
}

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"Email Aliases" "Email Aliases"
], ],
"categories": [ "categories": [
"Email-Providers", "Email-Providers",
"Security" "Security"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,21 +1,21 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"Automation Tool" "Automation Tool"
], ],
"categories": [ "categories": [
"Developer-Tools", "DevOps",
"DevOps" "Development"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "ansible",
"light": "ansible-light"
} }
},
"colors": {
"dark": "ansible",
"light": "ansible-light"
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Music"
],
"update": {
"timestamp": "2025-09-26T20:59:46.315320",
"author": {
"id": 23657968,
"login": "springsunx"
}
}
}

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "anything-llm",
"light": "anything-llm-light"
} }
},
"colors": {
"dark": "anything-llm",
"light": "anything-llm-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-04-05T08:15:52Z", "timestamp": "2024-04-05T08:15:52Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"NoSQL Database" "NoSQL Database"
], ],
"categories": [ "categories": [
"Databases" "Databases"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"realtime-database", "realtime-database",
"analytics-database" "analytics-database"
], ],
"categories": [ "categories": [
"Databases" "Databases"
], ],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "apache-tomcat",
"light": "apache-tomcat-light"
} }
},
"colors": {
"dark": "apache-tomcat",
"light": "apache-tomcat-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-10-30T09:24:44Z", "timestamp": "2023-10-30T09:24:44Z",
"author": { "author": {
"id": 10834935, "id": 10834935,
"name": "djrarky" "name": "djrarky"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-18T21:26:41Z", "timestamp": "2024-10-18T21:26:41Z",
"author": { "author": {
"id": 72495210, "id": 72495210,
"name": "v3DJG6GL" "name": "v3DJG6GL"
}
} }
}
} }

View File

@@ -1,17 +1,16 @@
{ {
"base": "png", "base": "png",
"aliases": [ "aliases": [
"Home Automation" "Home Automation"
], ],
"categories": [ "categories": [
"Home-Automation", "Home-Automation"
"Smart-Home" ],
], "update": {
"update": { "timestamp": "2024-10-20T19:32:46Z",
"timestamp": "2024-10-20T19:32:46Z", "author": {
"author": { "id": 71191962,
"id": 71191962, "name": "walkxcode"
"name": "walkxcode" }
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2023-04-13T13:56:18Z", "timestamp": "2023-04-13T13:56:18Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,21 +0,0 @@
{
"base": "svg",
"aliases": [
"apple",
"maps",
"apple-maps",
"applemaps",
"mapsapple",
"maps-apple"
],
"categories": [
"Location"
],
"update": {
"timestamp": "2025-10-14T20:27:33.730998",
"author": {
"id": 58250719,
"login": "Okaza03"
}
}
}

View File

@@ -1,17 +1,17 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"itunes-music", "itunes-music",
"apple-music-service" "apple-music-service"
], ],
"categories": [ "categories": [
"Music-Streaming" "Streaming"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,16 +0,0 @@
{
"base": "svg",
"aliases": [
"podcast"
],
"categories": [
"Media"
],
"update": {
"timestamp": "2025-10-14T20:36:03.418327",
"author": {
"id": 111296018,
"login": "ARandomPigeon"
}
}
}

View File

@@ -1,21 +1,21 @@
{ {
"base": "svg", "base": "svg",
"aliases": [ "aliases": [
"apple-tv", "apple-tv",
"streaming-service" "streaming-service"
], ],
"categories": [ "categories": [
"Video-Streaming" "Streaming"
], ],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"dark": "apple-tv-plus",
"light": "apple-tv-plus-light"
} }
},
"colors": {
"dark": "apple-tv-plus",
"light": "apple-tv-plus-light"
}
} }

View File

@@ -1,16 +1,16 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
},
"colors": {
"light": "apple",
"dark": "apple-light"
} }
},
"colors": {
"light": "apple",
"dark": "apple-light"
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "png", "base": "png",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,14 +0,0 @@
{
"base": "svg",
"aliases": [],
"categories": [
"Development"
],
"update": {
"timestamp": "2025-10-15T20:43:42.346161",
"author": {
"id": 25576967,
"login": "kmendell"
}
}
}

View File

@@ -1,12 +1,12 @@
{ {
"base": "svg", "base": "svg",
"aliases": [], "aliases": [],
"categories": [], "categories": [],
"update": { "update": {
"timestamp": "2024-10-20T17:24:03Z", "timestamp": "2024-10-20T17:24:03Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

View File

@@ -1,17 +1,17 @@
{ {
"base": "png", "base": "png",
"aliases": [ "aliases": [
"steam-idler", "steam-idler",
"game-farmer" "game-farmer"
], ],
"categories": [ "categories": [
"Gaming-Platforms" "Gaming-Platforms"
], ],
"update": { "update": {
"timestamp": "2024-10-20T19:32:46Z", "timestamp": "2024-10-20T19:32:46Z",
"author": { "author": {
"id": 71191962, "id": 71191962,
"name": "walkxcode" "name": "walkxcode"
}
} }
}
} }

Some files were not shown because too many files have changed in this diff Show More