Compare commits

...

21 Commits

Author SHA1 Message Date
Daniel Bayley
f35f45c7b3 Add messages-square icon (#1030)
* Add `messages-square` icon

* Add `message-square-plus` icon

* Add `message-square-dashed` icon
2023-04-20 16:02:27 +02:00
Daniel Bayley
c9a418dfc4 Improve play metadata (#1062)
* Improve `play` metadata

* Improve `un`/`re`/`do`/`fresh`/`reload` metadata
2023-04-20 15:53:28 +02:00
Daniel Bayley
70be608a58 Add folder-git icon (#1009)
* Add `folder-git` icon

* Add `folder-git-2` icon
2023-04-20 15:52:03 +02:00
Daniel Bayley
db311ab023 Add list-tree icon (#1114)
Update icons/list-tree.json

Co-authored-by: Karsa <contact@karsa.org>
2023-04-20 15:49:08 +02:00
Daniel Bayley
cac81636fb Fix arrow-up-left-from-circle metadata (#1126)
This is causing the `pre-commit` hook to fail, because it was merged after the `coding` category was removed.
2023-04-20 15:20:41 +02:00
Daniel Bayley
4b225a2e80 Add test-tube/s icon/s and improve metadata for lab icons (#992)
* Improve metadata for `lab` icons

* Improve metadata for `lab` icons

* Add `test-tube` icon

* Add `test-tube` alternate icon

* Add `test-tubes` icon

* Refine `flask-round` icon

* Improve metadata
2023-04-19 21:40:03 +02:00
Jakob Guddas
8aac1c7ba6 Optimized bone (#1119)
* Optimized `bone`

* Update bone.svg

* Update icons/bone.svg

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-19 21:37:57 +02:00
Daniel Bayley
d513a2b9df Add/refine radio[-tower] icons (#1070)
* Add `radio-tower` icon

* Refine `radio` icon
Update icons/radio-tower.svg

Co-authored-by: Karsa <contact@karsa.org>

* Apply suggestions from code review

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-19 21:27:47 +02:00
Jakob Guddas
204a418643 Fixed connection issue and optimized cpu (#1100)
* Fixed connection issue and optimized `cpu`

* Update icons/cpu.svg

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-19 21:26:04 +02:00
Jakob Guddas
36039d8bdc Fixed alignment issues usb (#1103) 2023-04-19 21:25:43 +02:00
Jakob Guddas
49bd49b843 fix: fixed github icon api route issue (#1117) 2023-04-19 19:04:04 +02:00
Jakob Guddas
4679ff791d feat: added backdrop to gh-icon (#1097)
* feat: added backdrop to gh-icon

* feat: added backdrop to gh-icon

* feat: changed fill pattern

* chore: pattern cleanup

* feat: improved backdrop color
2023-04-18 22:40:18 +02:00
Karsa
bfab755958 Merged coding and development categories (#1067)
Co-authored-by: Karsa <karsa@karsa.org>
2023-04-18 09:08:15 +02:00
Daniel Bayley
63aa17a001 Add circuit-board icon (#1065)
Update icons/circuit-board.svg

Co-authored-by: Jakob Guddas <github@jguddas.de>
2023-04-18 09:04:46 +02:00
Jakob Guddas
db6194369d Optimized database (#1106) 2023-04-16 23:15:43 +02:00
Daniel Bayley
29c952fdaf Improve [*-]check[-*] metadata (#1057) 2023-04-16 22:01:57 +02:00
Daniel Bayley
637e285c52 Improve minus metadata (#1071) 2023-04-16 22:00:01 +02:00
Lucide Bot
d6ee5d963c 📦 Bump lucide package versions to 0.160.0 2023-04-16 17:20:01 +00:00
Jakob Guddas
97d02ec6e5 Optimized vegan (#1104)
* Optimized `vegan`

* Update icons/vegan.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update vegan.svg

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-16 19:14:42 +02:00
Lucide Bot
f5be205fc9 📦 Bump lucide package versions to 0.159.0 2023-04-16 16:50:55 +00:00
Jakob Guddas
f2e0da9bb1 Simplified citrus (#1098)
* Simplified `citrus`

* Update icons/citrus.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update citrus.svg

---------

Co-authored-by: Karsa <contact@karsa.org>
2023-04-16 18:45:34 +02:00
169 changed files with 808 additions and 308 deletions

View File

@@ -32,7 +32,7 @@ jobs:
tr '\n' ' ' | # remove line breaks tr '\n' ' ' | # remove line breaks
sed -e 's/<svg[^>]*>/<svg>/g' | # remove attributes from svg element sed -e 's/<svg[^>]*>/<svg>/g' | # remove attributes from svg element
base64 -w 0 | # encode svg base64 -w 0 | # encode svg
sed "s|.*|<img width=\"400\" title=\"$file\" alt=\"$file\" src=\"https://lucide.dev/api/gh-icon/&.svg\"/> |" sed "s|.*|<img width=\"400\" title=\"$file\" alt=\"$file\" src=\"https://lucide.dev/api/gh-icon/$(basename ${file//\.svg/})/&.svg\"/> |"
done | tr '\n' ' ' >> $GITHUB_OUTPUT done | tr '\n' ' ' >> $GITHUB_OUTPUT
echo >> $GITHUB_OUTPUT echo >> $GITHUB_OUTPUT
echo "$delimiter" >> $GITHUB_OUTPUT echo "$delimiter" >> $GITHUB_OUTPUT

View File

@@ -1,5 +0,0 @@
{
"$schema": "../category.schema.json",
"title": "Coding",
"icon": "code-2"
}

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "../category.schema.json", "$schema": "../category.schema.json",
"title": "Development", "title": "Coding & development",
"icon": "git-pull-request" "icon": "code-2"
} }

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"devices", "devices",

View File

@@ -9,6 +9,6 @@
], ],
"categories": [ "categories": [
"arrows", "arrows",
"coding" "development"
] ]
} }

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"cup" "cup",
"lab",
"chemistry",
"experiment",
"test"
], ],
"categories": [ "categories": [
"science", "science",

View File

@@ -9,6 +9,6 @@
], ],
"categories": [ "categories": [
"text", "text",
"coding" "development"
] ]
} }

View File

@@ -8,7 +8,7 @@
"categories": [ "categories": [
"brands", "brands",
"currency", "currency",
"coding", "development",
"money" "money"
] ]
} }

View File

@@ -9,5 +9,5 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z" /> <path d="M17 10c.7-.7 1.69 0 2.5 0a2.5 2.5 0 1 0 0-5 .5.5 0 0 1-.5-.5 2.5 2.5 0 1 0-5 0c0 .81.7 1.8 0 2.5l-7 7c-.7.7-1.69 0-2.5 0a2.5 2.5 0 0 0 0 5c.28 0 .5.22.5.5a2.5 2.5 0 1 0 5 0c0-.81-.7-1.8 0-2.5Z" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 416 B

View File

@@ -12,7 +12,6 @@
"clone" "clone"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -8,7 +8,6 @@
"pull" "pull"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -9,7 +9,6 @@
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"security" "security"
] ]
} }

View File

@@ -9,7 +9,6 @@
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"security" "security"
] ]
} }

View File

@@ -11,7 +11,6 @@
"repository" "repository"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -9,7 +9,6 @@
"delete" "delete"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -3,7 +3,12 @@
"tags": [ "tags": [
"read", "read",
"library", "library",
"plain language" "plain language",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"gaming", "gaming",

View File

@@ -8,7 +8,6 @@
"add" "add"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -9,7 +9,6 @@
"dashed" "dashed"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -8,7 +8,6 @@
"push" "push"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -9,7 +9,6 @@
"delete" "delete"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"ai" "ai"
], ],
"categories": [ "categories": [
"coding",
"development" "development"
] ]
} }

View File

@@ -7,7 +7,6 @@
"categories": [ "categories": [
"shapes", "shapes",
"gaming", "gaming",
"coding",
"development" "development"
] ]
} }

View File

@@ -12,7 +12,6 @@
"categories": [ "categories": [
"shapes", "shapes",
"gaming", "gaming",
"coding",
"development" "development"
] ]
} }

View File

@@ -6,7 +6,6 @@
"insect" "insect"
], ],
"categories": [ "categories": [
"coding",
"development" "development"
] ]
} }

View File

@@ -5,7 +5,12 @@
"time", "time",
"event", "event",
"confirm", "confirm",
"subscribe" "subscribe",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"time" "time"

View File

@@ -5,7 +5,13 @@
"time", "time",
"event", "event",
"confirm", "confirm",
"subscribe" "subscribe",
"schedule",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"time" "time"

View File

@@ -3,7 +3,11 @@
"tags": [ "tags": [
"done", "done",
"received", "received",
"double" "double",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications" "notifications"

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications", "notifications",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done" "done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"notifications" "notifications"

View File

@@ -9,7 +9,6 @@
"console" "console"
], ],
"categories": [ "categories": [
"coding",
"development", "development",
"shapes" "shapes"
] ]

View File

@@ -10,7 +10,6 @@
], ],
"categories": [ "categories": [
"arrows", "arrows",
"coding",
"development", "development",
"shapes" "shapes"
] ]

12
icons/circuit-board.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"computing",
"electricity",
"electronics"
],
"categories": [
"science",
"development"
]
}

17
icons/circuit-board.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<rect width="18" height="18" x="3" y="3" rx="2" />
<path d="M11 9h4a2 2 0 0 0 2-2V3" />
<circle cx="9" cy="9" r="2" />
<path d="M7 21v-4a2 2 0 0 1 2-2h4" />
<circle cx="15" cy="15" r="2" />
</svg>

After

Width:  |  Height:  |  Size: 408 B

View File

@@ -9,9 +9,8 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<path d="M5.51 18.49a12 12 0 0 0 16.12.78c.49-.41.49-1.15.03-1.6L6.34 2.33a1.08 1.08 0 0 0-1.6.03A12 12 0 0 0 5.5 18.5Z" /> <path d="M21.66 17.67a1.08 1.08 0 0 1-.04 1.6A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04z" />
<path d="M8.34 15.66a8 8 0 0 0 10.4.78c.54-.4.54-1.16.06-1.64L9.2 5.2c-.48-.48-1.25-.48-1.64.06a8 8 0 0 0 .78 10.4Z" /> <path d="M19.65 15.66A8 8 0 0 1 8.35 4.34" />
<path d="m14 10-5.5 5.5" /> <path d="m14 10-5.5 5.5" />
<path d="M14 10v8" /> <path d="M14 17.85V10H6.15" />
<path d="M14 10H6" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 534 B

After

Width:  |  Height:  |  Size: 417 B

View File

@@ -2,7 +2,12 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"copied", "copied",
"pasted" "pasted",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"text" "text"

View File

@@ -7,7 +7,6 @@
"network" "network"
], ],
"categories": [ "categories": [
"coding",
"development" "development"
] ]
} }

View File

@@ -8,6 +8,6 @@
], ],
"categories": [ "categories": [
"text", "text",
"coding" "development"
] ]
} }

View File

@@ -8,6 +8,6 @@
], ],
"categories": [ "categories": [
"text", "text",
"coding" "development"
] ]
} }

View File

@@ -5,7 +5,6 @@
], ],
"categories": [ "categories": [
"brands", "brands",
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
], ],
"categories": [ "categories": [
"brands", "brands",
"development", "development"
"coding"
] ]
} }

View File

@@ -7,6 +7,6 @@
"prompt" "prompt"
], ],
"categories": [ "categories": [
"coding" "development"
] ]
} }

View File

@@ -10,7 +10,6 @@
], ],
"categories": [ "categories": [
"design", "design",
"coding",
"development" "development"
] ]
} }

View File

@@ -9,14 +9,14 @@
stroke-linecap="round" stroke-linecap="round"
stroke-linejoin="round" stroke-linejoin="round"
> >
<rect width="16" height="16" x="4" y="4" rx="2" ry="2" /> <rect x="4" y="4" width="16" height="16" rx="2" />
<rect width="6" height="6" x="9" y="9" /> <rect x="9" y="9" width="6" height="6" />
<line x1="9" x2="9" y1="2" y2="4" /> <path d="M15 2v2" />
<line x1="15" x2="15" y1="2" y2="4" /> <path d="M15 20v2" />
<line x1="9" x2="9" y1="21" y2="22" /> <path d="M2 15h2" />
<line x1="15" x2="15" y1="20" y2="22" /> <path d="M2 9h2" />
<line x1="20" x2="22" y1="9" y2="9" /> <path d="M20 15h2" />
<line x1="20" x2="22" y1="14" y2="14" /> <path d="M20 9h2" />
<line x1="2" x2="4" y1="9" y2="9" /> <path d="M9 2v2" />
<line x1="2" x2="4" y1="14" y2="14" /> <path d="M9 20v2" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 640 B

After

Width:  |  Height:  |  Size: 489 B

View File

@@ -6,7 +6,6 @@
"token" "token"
], ],
"categories": [ "categories": [
"coding",
"development", "development",
"files" "files"
] ]

View File

@@ -10,6 +10,6 @@
stroke-linejoin="round" stroke-linejoin="round"
> >
<ellipse cx="12" cy="5" rx="9" ry="3" /> <ellipse cx="12" cy="5" rx="9" ry="3" />
<path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" /> <path d="M3 5V19A9 3 0 0 0 21 19V5" />
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" /> <path d="M3 12A9 3 0 0 0 21 12" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 351 B

After

Width:  |  Height:  |  Size: 329 B

View File

@@ -9,7 +9,6 @@
"maths" "maths"
], ],
"categories": [ "categories": [
"coding",
"development", "development",
"files" "files"
] ]

View File

@@ -2,7 +2,11 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done", "done",
"document" "document",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

View File

@@ -2,7 +2,11 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"done", "done",
"document" "document",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

View File

@@ -6,6 +6,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding" "development"
] ]
} }

View File

@@ -6,7 +6,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding",
"development" "development"
] ]
} }

View File

@@ -6,6 +6,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding" "development"
] ]
} }

View File

@@ -7,6 +7,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding" "development"
] ]
} }

View File

@@ -7,6 +7,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding" "development"
] ]
} }

View File

@@ -8,6 +8,6 @@
], ],
"categories": [ "categories": [
"files", "files",
"coding" "development"
] ]
} }

View File

@@ -3,7 +3,11 @@
"tags": [ "tags": [
"beaker", "beaker",
"erlenmeyer", "erlenmeyer",
"non toxic" "non toxic",
"lab",
"chemistry",
"experiment",
"test"
], ],
"categories": [ "categories": [
"science", "science",

View File

@@ -2,7 +2,11 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"beaker", "beaker",
"erlenmeyer" "erlenmeyer",
"lab",
"chemistry",
"experiment",
"test"
], ],
"categories": [ "categories": [
"science", "science",

View File

@@ -1,7 +1,11 @@
{ {
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"beaker" "beaker",
"lab",
"chemistry",
"experiment",
"test"
], ],
"categories": [ "categories": [
"science", "science",

View File

@@ -13,5 +13,5 @@
<path d="M14 9.3V1.99" /> <path d="M14 9.3V1.99" />
<path d="M8.5 2h7" /> <path d="M8.5 2h7" />
<path d="M14 9.3a6.5 6.5 0 1 1-4 0" /> <path d="M14 9.3a6.5 6.5 0 1 1-4 0" />
<path d="M5.58 16.5h12.85" /> <path d="M5.52 16h12.96" />
</svg> </svg>

Before

Width:  |  Height:  |  Size: 359 B

After

Width:  |  Height:  |  Size: 357 B

View File

@@ -3,7 +3,10 @@
"tags": [ "tags": [
"done", "done",
"directory", "directory",
"check" "todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"files" "files"

13
icons/folder-git-2.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"directory",
"root",
"project",
"git",
"repo"
],
"categories": [
"files"
]
}

16
icons/folder-git-2.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M22 13V8a1.974 1.974 0 0 0-2-2h-7.9c-.3 0-.7-.1-.9-.2-.3-.2-.5-.4-.7-.7l-.9-1.2c-.2-.3-.4-.5-.7-.7-.3-.1-.6-.2-1-.2H4a1.974 1.974 0 0 0-2 2v13c0 1.1.9 2 2 2h5"/>
<circle cx="20" cy="19" r="2"/>
<circle cx="13" cy="12." r="2"/>
<path d="M18 19c-2.8 0-5-2.2-5-5v8"/>
</svg>

After

Width:  |  Height:  |  Size: 490 B

13
icons/folder-git.json Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"directory",
"root",
"project",
"git",
"repo"
],
"categories": [
"files"
]
}

16
icons/folder-git.svg Normal file
View File

@@ -0,0 +1,16 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M4 20h16a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.93a2 2 0 0 1-1.66-.9l-.82-1.2A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13c0 1.1.9 2 2 2Z" />
<circle class="st0" cx="12" cy="13" r="2" />
<line class="st0" x1="6" y1="13" x2="10" y2="13" />
<line class="st0" x1="14" y1="13" x2="18" y2="13" />
</svg>

After

Width:  |  Height:  |  Size: 502 B

View File

@@ -8,7 +8,6 @@
], ],
"categories": [ "categories": [
"development", "development",
"coding",
"shapes", "shapes",
"maths" "maths"
] ]

View File

@@ -5,7 +5,6 @@
"create" "create"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -6,7 +6,6 @@
"rejected" "rejected"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -6,7 +6,6 @@
"draft" "draft"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -5,7 +5,6 @@
"version control" "version control"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -6,7 +6,6 @@
], ],
"categories": [ "categories": [
"brands", "brands",
"development", "development"
"coding"
] ]
} }

View File

@@ -6,7 +6,6 @@
], ],
"categories": [ "categories": [
"brands", "brands",
"development", "development"
"coding"
] ]
} }

View File

@@ -6,6 +6,6 @@
], ],
"categories": [ "categories": [
"text", "text",
"coding" "development"
] ]
} }

View File

@@ -11,6 +11,6 @@
"categories": [ "categories": [
"arrows", "arrows",
"cursors", "cursors",
"coding" "development"
] ]
} }

View File

@@ -9,6 +9,6 @@
"categories": [ "categories": [
"text", "text",
"devices", "devices",
"coding" "development"
] ]
} }

View File

@@ -2,7 +2,10 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"todo", "todo",
"done" "done",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"text" "text"

12
icons/list-tree.json Normal file
View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"tree",
"browser"
],
"categories": [
"files",
"text",
"layout"
]
}

17
icons/list-tree.svg Normal file
View File

@@ -0,0 +1,17 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 12h-8" />
<path d="M21 6H8" />
<path d="M21 18h-8" />
<path d="M3 6v4c0 1.1.9 2 2 2h3" />
<path d="M3 10v6c0 1.1.9 2 2 2h3" />
</svg>

After

Width:  |  Height:  |  Size: 358 B

View File

@@ -6,7 +6,13 @@
"letter", "letter",
"subscribe", "subscribe",
"delivered", "delivered",
"success" "success",
"read",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"mail" "mail"

View File

@@ -0,0 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"comment",
"chat",
"conversation",
"draft"
],
"categories": [
"account"
]
}

View File

@@ -0,0 +1,20 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M3 6V5c0-1.1.9-2 2-2h2" />
<path d="M11 3h3" />
<path d="M18 3h1c1.1 0 2 .9 2 2" />
<path d="M21 9v2" />
<path d="M21 15c0 1.1-.9 2-2 2h-1" />
<path d="M14 17h-3" />
<path d="m7 17-4 4v-5" />
<path d="M3 12v-2" />
</svg>

After

Width:  |  Height:  |  Size: 447 B

View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"comment",
"chat",
"conversation",
"add",
"feedback"
],
"categories": [
"account"
]
}

View File

@@ -0,0 +1,15 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" />
<line x1="9" x2="15" y1="10" y2="10" />
<line x1="12" x2="12" y1="7" y2="13" />
</svg>

After

Width:  |  Height:  |  Size: 369 B

View File

@@ -0,0 +1,13 @@
{
"$schema": "../icon.schema.json",
"tags": [
"comment",
"chat",
"conversation",
"copy",
"multiple"
],
"categories": [
"account"
]
}

14
icons/messages-square.svg Normal file
View File

@@ -0,0 +1,14 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2v5Z" />
<path d="M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1" />
</svg>

After

Width:  |  Height:  |  Size: 350 B

View File

@@ -8,7 +8,6 @@
"categories": [ "categories": [
"arrows", "arrows",
"development", "development",
"coding",
"gaming" "gaming"
] ]
} }

View File

@@ -3,9 +3,14 @@
"tags": [ "tags": [
"subtract", "subtract",
"calculate", "calculate",
"maths" "maths",
"line",
"divide",
"horizontal rule",
"hr"
], ],
"categories": [ "categories": [
"maths" "maths",
"shapes"
] ]
} }

View File

@@ -4,7 +4,6 @@
"tree" "tree"
], ],
"categories": [ "categories": [
"development", "development"
"coding"
] ]
} }

View File

@@ -6,6 +6,6 @@
"button" "button"
], ],
"categories": [ "categories": [
"coding" "development"
] ]
} }

View File

@@ -6,6 +6,6 @@
], ],
"categories": [ "categories": [
"text", "text",
"coding" "development"
] ]
} }

View File

@@ -2,7 +2,12 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"confirm", "confirm",
"verified" "verified",
"done",
"todo",
"tick",
"complete",
"task"
], ],
"categories": [ "categories": [
"development" "development"

View File

@@ -2,10 +2,13 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"eye dropper", "eye dropper",
"color picker" "color picker",
"lab",
"chemistry"
], ],
"categories": [ "categories": [
"text", "text",
"design" "design",
"science"
] ]
} }

View File

@@ -2,7 +2,8 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"music", "music",
"start" "start",
"run"
], ],
"categories": [ "categories": [
"shapes", "shapes",

View File

@@ -2,7 +2,8 @@
"$schema": "../icon.schema.json", "$schema": "../icon.schema.json",
"tags": [ "tags": [
"music", "music",
"start" "start",
"run"
], ],
"categories": [ "categories": [
"arrows", "arrows",

View File

@@ -7,7 +7,6 @@
], ],
"categories": [ "categories": [
"devices", "devices",
"coding",
"development" "development"
] ]
} }

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