Skip to content

Commit

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

require_relative 'radix/base'

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

require_relative 'remix/base'

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

0 comments on commit b2620d5

Please sign in to comment.