Skip to content

Commit

Permalink
Re-generate Tabler icon pack
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Oct 25, 2024
1 parent 8f47949 commit 4d01e4a
Show file tree
Hide file tree
Showing 40 changed files with 1,430 additions and 8 deletions.
34 changes: 33 additions & 1 deletion lib/phlex/icons/tabler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Phlex
module Icons
module Tabler # rubocop:disable Metrics/ModuleLength
VERSION = '3.17.0'
VERSION = '3.20.0'
VARIANTS = %i[outline filled].freeze

extend Phlex::Kit
Expand Down Expand Up @@ -196,6 +196,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :ArrowDown, 'phlex/icons/tabler/arrow_down'
autoload :ArrowDownBar, 'phlex/icons/tabler/arrow_down_bar'
autoload :ArrowDownCircle, 'phlex/icons/tabler/arrow_down_circle'
autoload :ArrowDownDashed, 'phlex/icons/tabler/arrow_down_dashed'
autoload :ArrowDownFromArc, 'phlex/icons/tabler/arrow_down_from_arc'
autoload :ArrowDownLeft, 'phlex/icons/tabler/arrow_down_left'
autoload :ArrowDownLeftCircle, 'phlex/icons/tabler/arrow_down_left_circle'
Expand All @@ -216,6 +217,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :ArrowLeft, 'phlex/icons/tabler/arrow_left'
autoload :ArrowLeftBar, 'phlex/icons/tabler/arrow_left_bar'
autoload :ArrowLeftCircle, 'phlex/icons/tabler/arrow_left_circle'
autoload :ArrowLeftDashed, 'phlex/icons/tabler/arrow_left_dashed'
autoload :ArrowLeftFromArc, 'phlex/icons/tabler/arrow_left_from_arc'
autoload :ArrowLeftRhombus, 'phlex/icons/tabler/arrow_left_rhombus'
autoload :ArrowLeftRight, 'phlex/icons/tabler/arrow_left_right'
Expand All @@ -237,9 +239,13 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :ArrowMoveRight, 'phlex/icons/tabler/arrow_move_right'
autoload :ArrowMoveUp, 'phlex/icons/tabler/arrow_move_up'
autoload :ArrowNarrowDown, 'phlex/icons/tabler/arrow_narrow_down'
autoload :ArrowNarrowDownDashed, 'phlex/icons/tabler/arrow_narrow_down_dashed'
autoload :ArrowNarrowLeft, 'phlex/icons/tabler/arrow_narrow_left'
autoload :ArrowNarrowLeftDashed, 'phlex/icons/tabler/arrow_narrow_left_dashed'
autoload :ArrowNarrowRight, 'phlex/icons/tabler/arrow_narrow_right'
autoload :ArrowNarrowRightDashed, 'phlex/icons/tabler/arrow_narrow_right_dashed'
autoload :ArrowNarrowUp, 'phlex/icons/tabler/arrow_narrow_up'
autoload :ArrowNarrowUpDashed, 'phlex/icons/tabler/arrow_narrow_up_dashed'
autoload :ArrowRampLeft, 'phlex/icons/tabler/arrow_ramp_left'
autoload :ArrowRampLeft2, 'phlex/icons/tabler/arrow_ramp_left_2'
autoload :ArrowRampLeft3, 'phlex/icons/tabler/arrow_ramp_left_3'
Expand All @@ -249,6 +255,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :ArrowRight, 'phlex/icons/tabler/arrow_right'
autoload :ArrowRightBar, 'phlex/icons/tabler/arrow_right_bar'
autoload :ArrowRightCircle, 'phlex/icons/tabler/arrow_right_circle'
autoload :ArrowRightDashed, 'phlex/icons/tabler/arrow_right_dashed'
autoload :ArrowRightFromArc, 'phlex/icons/tabler/arrow_right_from_arc'
autoload :ArrowRightRhombus, 'phlex/icons/tabler/arrow_right_rhombus'
autoload :ArrowRightSquare, 'phlex/icons/tabler/arrow_right_square'
Expand All @@ -268,6 +275,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :ArrowUp, 'phlex/icons/tabler/arrow_up'
autoload :ArrowUpBar, 'phlex/icons/tabler/arrow_up_bar'
autoload :ArrowUpCircle, 'phlex/icons/tabler/arrow_up_circle'
autoload :ArrowUpDashed, 'phlex/icons/tabler/arrow_up_dashed'
autoload :ArrowUpFromArc, 'phlex/icons/tabler/arrow_up_from_arc'
autoload :ArrowUpLeft, 'phlex/icons/tabler/arrow_up_left'
autoload :ArrowUpLeftCircle, 'phlex/icons/tabler/arrow_up_left_circle'
Expand Down Expand Up @@ -1020,6 +1028,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :BuildingCastle, 'phlex/icons/tabler/building_castle'
autoload :BuildingChurch, 'phlex/icons/tabler/building_church'
autoload :BuildingCircus, 'phlex/icons/tabler/building_circus'
autoload :BuildingCog, 'phlex/icons/tabler/building_cog'
autoload :BuildingCommunity, 'phlex/icons/tabler/building_community'
autoload :BuildingCottage, 'phlex/icons/tabler/building_cottage'
autoload :BuildingEstate, 'phlex/icons/tabler/building_estate'
Expand All @@ -1028,10 +1037,12 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :BuildingFortress, 'phlex/icons/tabler/building_fortress'
autoload :BuildingHospital, 'phlex/icons/tabler/building_hospital'
autoload :BuildingLighthouse, 'phlex/icons/tabler/building_lighthouse'
autoload :BuildingMinus, 'phlex/icons/tabler/building_minus'
autoload :BuildingMonument, 'phlex/icons/tabler/building_monument'
autoload :BuildingMosque, 'phlex/icons/tabler/building_mosque'
autoload :BuildingOff, 'phlex/icons/tabler/building_off'
autoload :BuildingPavilion, 'phlex/icons/tabler/building_pavilion'
autoload :BuildingPlus, 'phlex/icons/tabler/building_plus'
autoload :BuildingSkyscraper, 'phlex/icons/tabler/building_skyscraper'
autoload :BuildingStadium, 'phlex/icons/tabler/building_stadium'
autoload :BuildingStore, 'phlex/icons/tabler/building_store'
Expand Down Expand Up @@ -2150,6 +2161,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :FeatherOff, 'phlex/icons/tabler/feather_off'
autoload :Fence, 'phlex/icons/tabler/fence'
autoload :FenceOff, 'phlex/icons/tabler/fence_off'
autoload :Ferry, 'phlex/icons/tabler/ferry'
autoload :FidgetSpinner, 'phlex/icons/tabler/fidget_spinner'
autoload :File, 'phlex/icons/tabler/file'
autoload :File3d, 'phlex/icons/tabler/file_3d'
Expand Down Expand Up @@ -2720,6 +2732,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :JoinBevel, 'phlex/icons/tabler/join_bevel'
autoload :JoinRound, 'phlex/icons/tabler/join_round'
autoload :JoinStraight, 'phlex/icons/tabler/join_straight'
autoload :Joker, 'phlex/icons/tabler/joker'
autoload :Jpg, 'phlex/icons/tabler/jpg'
autoload :Json, 'phlex/icons/tabler/json'
autoload :JumpRope, 'phlex/icons/tabler/jump_rope'
Expand Down Expand Up @@ -3104,6 +3117,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :MathXDivide2, 'phlex/icons/tabler/math_x_divide_2'
autoload :MathXDivideY, 'phlex/icons/tabler/math_x_divide_y'
autoload :MathXDivideY2, 'phlex/icons/tabler/math_x_divide_y_2'
autoload :MathXFloorDivideY, 'phlex/icons/tabler/math_x_floor_divide_y'
autoload :MathXMinusX, 'phlex/icons/tabler/math_x_minus_x'
autoload :MathXMinusY, 'phlex/icons/tabler/math_x_minus_y'
autoload :MathXPlusX, 'phlex/icons/tabler/math_x_plus_x'
Expand Down Expand Up @@ -3382,8 +3396,10 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :Number0, 'phlex/icons/tabler/number_0'
autoload :Number0Small, 'phlex/icons/tabler/number_0_small'
autoload :Number1, 'phlex/icons/tabler/number_1'
autoload :Number10, 'phlex/icons/tabler/number_10'
autoload :Number100Small, 'phlex/icons/tabler/number_100_small'
autoload :Number10Small, 'phlex/icons/tabler/number_10_small'
autoload :Number11, 'phlex/icons/tabler/number_11'
autoload :Number11Small, 'phlex/icons/tabler/number_11_small'
autoload :Number123, 'phlex/icons/tabler/number_123'
autoload :Number12Small, 'phlex/icons/tabler/number_12_small'
Expand Down Expand Up @@ -3701,7 +3717,22 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :PlantOff, 'phlex/icons/tabler/plant_off'
autoload :PlayBasketball, 'phlex/icons/tabler/play_basketball'
autoload :PlayCard, 'phlex/icons/tabler/play_card'
autoload :PlayCard1, 'phlex/icons/tabler/play_card_1'
autoload :PlayCard10, 'phlex/icons/tabler/play_card_10'
autoload :PlayCard2, 'phlex/icons/tabler/play_card_2'
autoload :PlayCard3, 'phlex/icons/tabler/play_card_3'
autoload :PlayCard4, 'phlex/icons/tabler/play_card_4'
autoload :PlayCard5, 'phlex/icons/tabler/play_card_5'
autoload :PlayCard6, 'phlex/icons/tabler/play_card_6'
autoload :PlayCard7, 'phlex/icons/tabler/play_card_7'
autoload :PlayCard8, 'phlex/icons/tabler/play_card_8'
autoload :PlayCard9, 'phlex/icons/tabler/play_card_9'
autoload :PlayCardA, 'phlex/icons/tabler/play_card_a'
autoload :PlayCardJ, 'phlex/icons/tabler/play_card_j'
autoload :PlayCardK, 'phlex/icons/tabler/play_card_k'
autoload :PlayCardOff, 'phlex/icons/tabler/play_card_off'
autoload :PlayCardQ, 'phlex/icons/tabler/play_card_q'
autoload :PlayCardStar, 'phlex/icons/tabler/play_card_star'
autoload :PlayFootball, 'phlex/icons/tabler/play_football'
autoload :PlayHandball, 'phlex/icons/tabler/play_handball'
autoload :PlayVolleyball, 'phlex/icons/tabler/play_volleyball'
Expand Down Expand Up @@ -4822,6 +4853,7 @@ module Tabler # rubocop:disable Metrics/ModuleLength
autoload :WritingSign, 'phlex/icons/tabler/writing_sign'
autoload :WritingSignOff, 'phlex/icons/tabler/writing_sign_off'
autoload :X, 'phlex/icons/tabler/x'
autoload :XPowerY, 'phlex/icons/tabler/x_power_y'
autoload :XboxA, 'phlex/icons/tabler/xbox_a'
autoload :XboxB, 'phlex/icons/tabler/xbox_b'
autoload :XboxX, 'phlex/icons/tabler/xbox_x'
Expand Down
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_down_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowDownDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M12 5v.5m0 3v1.5m0 3v6')
s.path(d: 'M18 13l-6 6')
s.path(d: 'M6 13l6 6')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_left_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowLeftDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M5 12h6m3 0h1.5m3 0h.5')
s.path(d: 'M5 12l6 6')
s.path(d: 'M5 12l6 -6')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_narrow_down_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowNarrowDownDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M12 5v.5m0 3v1.5m0 3v6')
s.path(d: 'M16 15l-4 4')
s.path(d: 'M8 15l4 4')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_narrow_left_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowNarrowLeftDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M5 12h6m3 0h1.5m3 0h.5')
s.path(d: 'M5 12l4 4')
s.path(d: 'M5 12l4 -4')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_narrow_right_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowNarrowRightDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M5 12h.5m3 0h1.5m3 0h6')
s.path(d: 'M15 16l4 -4')
s.path(d: 'M15 8l4 4')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_narrow_up_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowNarrowUpDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M12 5v6m0 3v1.5m0 3v.5')
s.path(d: 'M16 9l-4 -4')
s.path(d: 'M8 9l4 -4')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_right_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowRightDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M5 12h.5m3 0h1.5m3 0h6')
s.path(d: 'M13 18l6 -6')
s.path(d: 'M13 6l6 6')
end
end
end
end
end
end
30 changes: 30 additions & 0 deletions lib/phlex/icons/tabler/arrow_up_dashed.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# frozen_string_literal: true

module Phlex
module Icons
module Tabler
class ArrowUpDashed < Base
def filled
raise NotImplementedError
end

def outline
svg(
**attrs,
xmlns: 'http://www.w3.org/2000/svg',
viewbox: '0 0 24 24',
fill: 'none',
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'M12 5v6m0 3v1.5m0 3v.5')
s.path(d: 'M18 11l-6 -6')
s.path(d: 'M6 11l6 -6')
end
end
end
end
end
end
Loading

0 comments on commit 4d01e4a

Please sign in to comment.