mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 21:26:23 +01:00
* fix(): Lucide-ize send icons * Update send.svg * fix(icons): update contributors --------- Co-authored-by: Jakob Guddas <github@jguddas.de>
29 lines
463 B
JSON
29 lines
463 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"danielbayley",
|
|
"karsa-mistmere"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"message",
|
|
"mail",
|
|
"paper airplane",
|
|
"paper aeroplane",
|
|
"submit"
|
|
],
|
|
"categories": [
|
|
"mail",
|
|
"communication",
|
|
"connectivity"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "send-horizonal",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.typo",
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|