fix
11
scpt/ai_svg_package/README.md
Normal 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.
|
189
scpt/ai_svg_package/config.json
Normal 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"
|
||||
}
|
||||
}
|
2
scpt/ai_svg_package/icons_svg/bell.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/camera.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/cloud.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/envelope.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/heart.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/home.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/lock.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/search.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/star.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/trash.svg
Normal 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 |
2
scpt/ai_svg_package/icons_svg/user.svg
Normal 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 |
11
scpt/ai_svg_package/package.json
Normal 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"
|
||||
}
|