# frozen_string_literal: true require_relative 'heroicons/version' module Phlex module Heroicons class Error < StandardError; end # Your code goes here... end end