Skip to content

Commit

Permalink
Make each icon pack a Phlex::Kit
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Sep 2, 2024
1 parent 4cd1953 commit 648c538
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/phlex/icons/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module Phlex
module Icons
module Bootstrap
extend Phlex::Kit

require_relative 'bootstrap/base'

Dir[File.join(__dir__, 'bootstrap', '*.rb')].each do |file|
Expand Down
2 changes: 2 additions & 0 deletions lib/phlex/icons/flag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module Phlex
module Icons
module Flag
extend Phlex::Kit

require_relative 'flag/base'
require_relative 'flag/configuration'

Expand Down
2 changes: 2 additions & 0 deletions lib/phlex/icons/hero.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module Phlex
module Icons
module Hero
extend Phlex::Kit

require_relative 'hero/base'
require_relative 'hero/configuration'

Expand Down
2 changes: 2 additions & 0 deletions lib/phlex/icons/lucide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
module Phlex
module Icons
module Lucide
extend Phlex::Kit

require_relative 'lucide/base'

Dir[File.join(__dir__, 'lucide', '*.rb')].each do |file|
Expand Down

0 comments on commit 648c538

Please sign in to comment.