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