86 lines
1.4 KiB
TypeScript
86 lines
1.4 KiB
TypeScript
// THIS FILE IS AUTO-GENERATED BY migrate.py
|
|
export const categories: Record<string, { label: string; icon: string }> = {
|
|
"length": {
|
|
"label": "Length / Distance",
|
|
"icon": "📏"
|
|
},
|
|
"weight": {
|
|
"label": "Weight / Mass",
|
|
"icon": "⚖️"
|
|
},
|
|
"temperature": {
|
|
"label": "Temperature",
|
|
"icon": "🌡️"
|
|
},
|
|
"volume": {
|
|
"label": "Volume",
|
|
"icon": "🧪"
|
|
},
|
|
"fluids": {
|
|
"label": "Fluids",
|
|
"icon": "💧"
|
|
},
|
|
"area": {
|
|
"label": "Area",
|
|
"icon": "🔳"
|
|
},
|
|
"speed": {
|
|
"label": "Speed / Velocity",
|
|
"icon": "💨"
|
|
},
|
|
"pressure": {
|
|
"label": "Pressure",
|
|
"icon": "🔽"
|
|
},
|
|
"energy": {
|
|
"label": "Energy",
|
|
"icon": "⚡"
|
|
},
|
|
"magnetism": {
|
|
"label": "Magnetism",
|
|
"icon": "🧲"
|
|
},
|
|
"power": {
|
|
"label": "Power",
|
|
"icon": "🔌"
|
|
},
|
|
"data": {
|
|
"label": "Data Storage",
|
|
"icon": "💾"
|
|
},
|
|
"time": {
|
|
"label": "Time",
|
|
"icon": "⏱️"
|
|
},
|
|
"angle": {
|
|
"label": "Angle",
|
|
"icon": "📐"
|
|
},
|
|
"number-systems": {
|
|
"label": "Number Systems",
|
|
"icon": "🔢"
|
|
},
|
|
"radiation": {
|
|
"label": "Radiation",
|
|
"icon": "☢️"
|
|
},
|
|
"electrical": {
|
|
"label": "Electrical",
|
|
"icon": "🔋"
|
|
},
|
|
"force": {
|
|
"label": "Force / Torque",
|
|
"icon": "💪"
|
|
},
|
|
"light": {
|
|
"label": "Light",
|
|
"icon": "💡"
|
|
},
|
|
"other": {
|
|
"label": "Other",
|
|
"icon": "🔄"
|
|
}
|
|
};
|
|
|
|
export const totalCalculators = 3124;
|