-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Expand file tree
/
Copy pathsvgAssets.json
More file actions
20 lines (20 loc) · 961 Bytes
/
svgAssets.json
File metadata and controls
20 lines (20 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"svgs": [
{ "name": "Mouse", "path": "images/mouse.svg" },
{ "name": "Mouse 2", "path": "images/mouse2.svg" },
{ "name": "Turtle", "path": "images/turtle.svg" },
{ "name": "Turtle 2", "path": "images/turtle2.svg" },
{ "name": "Cat", "path": "images/cat.svg" },
{ "name": "Dog", "path": "images/dog.svg" },
{ "name": "Duck", "path": "images/duck.svg" },
{ "name": "Cricket", "path": "images/cricket.svg" },
{ "name": "Rodent", "path": "mouse-art/Rodent.svg" },
{ "name": "Mouse Drum", "path": "mouse-art/mouse-drum.svg" },
{ "name": "Bubbles", "path": "images/bubbles.svg" },
{ "name": "Bottle", "path": "images/bottle.svg" },
{ "name": "Chime", "path": "images/chime.svg" },
{ "name": "Cup", "path": "images/cup.svg" },
{ "name": "Voices", "path": "images/voices.svg" },
{ "name": "Synth", "path": "images/synth.svg" }
]
}