# frozen_string_literal: true module Docs class AlphaOcticonSymbolsPreview < ViewComponent::Preview def symbol_dictionary; end end end