mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 08:58:54 +02:00
24 lines
331 B
JSON
24 lines
331 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"csandman",
|
|
"ericfennis"
|
|
],
|
|
"use-cases": [
|
|
"Representing division on a calculator button"
|
|
],
|
|
"tags": [
|
|
"calculate",
|
|
"math",
|
|
"division",
|
|
"operator",
|
|
"code",
|
|
"÷",
|
|
"/"
|
|
],
|
|
"categories": [
|
|
"math",
|
|
"development"
|
|
]
|
|
}
|