Skip to content

Commit

Permalink
Add variants constant to icon pack modules
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Sep 27, 2024
1 parent 033a813 commit 70e7864
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/phlex/icons/bootstrap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Bootstrap # rubocop:disable Metrics/ModuleLength
VERSION = '1.11.3'
VARIANTS = nil

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/flag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Flag # rubocop:disable Metrics/ModuleLength
VERSION = '7.2.3'
VARIANTS = %i[square rectangle].freeze

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/hero.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Hero # rubocop:disable Metrics/ModuleLength
VERSION = '2.1.5'
VARIANTS = %i[solid outline].freeze

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/lucide.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Lucide # rubocop:disable Metrics/ModuleLength
VERSION = '0.446.0'
VARIANTS = nil

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/radix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Radix # rubocop:disable Metrics/ModuleLength
VERSION = '1.3.0'
VARIANTS = nil

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/remix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Remix # rubocop:disable Metrics/ModuleLength
VERSION = '4.3.0'
VARIANTS = nil

extend Phlex::Kit

Expand Down
1 change: 1 addition & 0 deletions lib/phlex/icons/tabler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Phlex
module Icons
module Tabler # rubocop:disable Metrics/ModuleLength
VERSION = '3.17.0'
VARIANTS = %i[outline filled].freeze

extend Phlex::Kit

Expand Down

0 comments on commit 70e7864

Please sign in to comment.