1
0
This commit is contained in:
syui 2025-05-28 15:32:59 +09:00
parent 085ba10a99
commit b3f68cab2d
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
14 changed files with 233 additions and 0 deletions

View File

@ -0,0 +1,11 @@
# AI SVG Icons
This is a test package of AI-generated (dummy) SVG icons.
## Usage
Import the icons from the `icons_svg` folder.
## Development
In the future, these icons can be generated via AI API (OpenAI, etc.) and integrated into IcoMoon or webfont builders.

View File

@ -0,0 +1,189 @@
{
"IcoMoonType": "selection",
"icons": [
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"home"
]
},
"attrs": [],
"properties": {
"order": 0,
"id": 0,
"name": "home"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"user"
]
},
"attrs": [],
"properties": {
"order": 1,
"id": 1,
"name": "user"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"search"
]
},
"attrs": [],
"properties": {
"order": 2,
"id": 2,
"name": "search"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"camera"
]
},
"attrs": [],
"properties": {
"order": 3,
"id": 3,
"name": "camera"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"heart"
]
},
"attrs": [],
"properties": {
"order": 4,
"id": 4,
"name": "heart"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"star"
]
},
"attrs": [],
"properties": {
"order": 5,
"id": 5,
"name": "star"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"lock"
]
},
"attrs": [],
"properties": {
"order": 6,
"id": 6,
"name": "lock"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"bell"
]
},
"attrs": [],
"properties": {
"order": 7,
"id": 7,
"name": "bell"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"trash"
]
},
"attrs": [],
"properties": {
"order": 8,
"id": 8,
"name": "trash"
}
},
{
"icon": {
"paths": [],
"attrs": [],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
"tags": [
"cloud"
]
},
"attrs": [],
"properties": {
"order": 9,
"id": 9,
"name": "cloud"
}
}
],
"height": 1024,
"metadata": {
"name": "ai-svg-icons"
}
}

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">bell</text></svg>

After

Width:  |  Height:  |  Size: 112 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">camera</text></svg>

After

Width:  |  Height:  |  Size: 114 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">cloud</text></svg>

After

Width:  |  Height:  |  Size: 113 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">envelope</text></svg>

After

Width:  |  Height:  |  Size: 116 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">heart</text></svg>

After

Width:  |  Height:  |  Size: 113 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">home</text></svg>

After

Width:  |  Height:  |  Size: 112 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">lock</text></svg>

After

Width:  |  Height:  |  Size: 112 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">search</text></svg>

After

Width:  |  Height:  |  Size: 114 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">star</text></svg>

After

Width:  |  Height:  |  Size: 112 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">trash</text></svg>

After

Width:  |  Height:  |  Size: 113 B

View File

@ -0,0 +1,2 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<text x="0" y="15" font-size="14">user</text></svg>

After

Width:  |  Height:  |  Size: 112 B

View File

@ -0,0 +1,11 @@
{
"name": "ai-svg-icons",
"version": "1.0.0",
"description": "AI-generated SVG icon package",
"main": "index.js",
"scripts": {
"start": "echo 'Use a bundler or viewer to explore icons'"
},
"author": "AI Generator",
"license": "MIT"
}