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 2, 2024
1 parent 648c538 commit 1168570
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 1168570

Please sign in to comment.