Sha256: cf00d2901f416f479d5e1cb7b8870ef0b1acf1d167a29fe85a6d641626802f30

Contents?: true

Size: 712 Bytes

Versions: 1

Compression:

Stored size: 712 Bytes

Contents

# frozen_string_literal: true

Anyicon.configure do |config|
  ##
  # You can set the icon collections here.
  # Each collection should have a repository, path, and branch specified.
  #
  # Example:
  #
  # config.collections = {
  #   custom_collection: {
  #     repo: 'user/repo',
  #     path: 'path/to/icons',
  #     branch: 'main'
  #   }
  # }
  #

  config.collections = {
    # Add your icon collections here
    # Example:
    # fontawesome_regular: {
    #   repo: 'FortAwesome/Font-Awesome',
    #   path: 'svgs/regular',
    #   branch: 'master'
    # },
    # heroicons_solid: {
    #   repo: 'tailwindlabs/heroicons',
    #   path: 'optimized/24/solid',
    #   branch: 'master'
    # }
  }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anyicon-1.0.0 lib/generators/anyicon/install/templates/anyicon.rb