defmodule SI.Quantity.LuminousIntensity do @moduledoc false use SI.Quantity, name: "luminous intensity", symbol: :lv, unit: SI.Unit.Candela end