diff --git a/lib/phlex/icons/tabler.rb b/lib/phlex/icons/tabler.rb index 3db83e0a8..c93a66e22 100644 --- a/lib/phlex/icons/tabler.rb +++ b/lib/phlex/icons/tabler.rb @@ -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 @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' @@ -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' diff --git a/lib/phlex/icons/tabler/arrow_down_dashed.rb b/lib/phlex/icons/tabler/arrow_down_dashed.rb new file mode 100644 index 000000000..6246c4720 --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_down_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_left_dashed.rb b/lib/phlex/icons/tabler/arrow_left_dashed.rb new file mode 100644 index 000000000..18184232e --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_left_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_narrow_down_dashed.rb b/lib/phlex/icons/tabler/arrow_narrow_down_dashed.rb new file mode 100644 index 000000000..2a0e062a7 --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_narrow_down_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_narrow_left_dashed.rb b/lib/phlex/icons/tabler/arrow_narrow_left_dashed.rb new file mode 100644 index 000000000..06f635caa --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_narrow_left_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_narrow_right_dashed.rb b/lib/phlex/icons/tabler/arrow_narrow_right_dashed.rb new file mode 100644 index 000000000..e8c57675e --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_narrow_right_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_narrow_up_dashed.rb b/lib/phlex/icons/tabler/arrow_narrow_up_dashed.rb new file mode 100644 index 000000000..6c21bf05d --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_narrow_up_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_right_dashed.rb b/lib/phlex/icons/tabler/arrow_right_dashed.rb new file mode 100644 index 000000000..bdd6d71bc --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_right_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/arrow_up_dashed.rb b/lib/phlex/icons/tabler/arrow_up_dashed.rb new file mode 100644 index 000000000..f2d54080a --- /dev/null +++ b/lib/phlex/icons/tabler/arrow_up_dashed.rb @@ -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 diff --git a/lib/phlex/icons/tabler/building_cog.rb b/lib/phlex/icons/tabler/building_cog.rb new file mode 100644 index 000000000..b0cda5d8a --- /dev/null +++ b/lib/phlex/icons/tabler/building_cog.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength,Metrics/MethodLength +module Phlex + module Icons + module Tabler + class BuildingCog < 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: 'M3 21h9') + s.path(d: 'M9 8h1') + s.path(d: 'M9 12h1') + s.path(d: 'M9 16h1') + s.path(d: 'M14 8h1') + s.path(d: 'M14 12h1') + s.path( + d: + 'M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7' + ) + s.path( + d: + 'M16 18c0 .53 .211 1.039 .586 1.414c.375 .375 .884 .586 1.414 .586c.53 0 1.039 -.211 1.414 -.586c.375 -.375 .586 -.884 .586 -1.414c0 -.53 -.211 -1.039 -.586 -1.414c-.375 -.375 -.884 -.586 -1.414 -.586c-.53 0 -1.039 .211 -1.414 .586c-.375 .375 -.586 .884 -.586 1.414z' + ) + s.path(d: 'M18 14.5v1.5') + s.path(d: 'M18 20v1.5') + s.path(d: 'M21.032 16.25l-1.299 .75') + s.path(d: 'M16.27 19l-1.3 .75') + s.path(d: 'M14.97 16.25l1.3 .75') + s.path(d: 'M19.733 19l1.3 .75') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength,Metrics/MethodLength diff --git a/lib/phlex/icons/tabler/building_minus.rb b/lib/phlex/icons/tabler/building_minus.rb new file mode 100644 index 000000000..22b5d4bc5 --- /dev/null +++ b/lib/phlex/icons/tabler/building_minus.rb @@ -0,0 +1,40 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class BuildingMinus < 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: 'M3 21h9') + s.path(d: 'M9 8h1') + s.path(d: 'M9 12h1') + s.path(d: 'M9 16h1') + s.path(d: 'M14 8h1') + s.path(d: 'M14 12h1') + s.path( + d: + 'M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7' + ) + s.path(d: 'M16 19h6') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/building_plus.rb b/lib/phlex/icons/tabler/building_plus.rb new file mode 100644 index 000000000..2e66f63ab --- /dev/null +++ b/lib/phlex/icons/tabler/building_plus.rb @@ -0,0 +1,41 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength,Metrics/MethodLength +module Phlex + module Icons + module Tabler + class BuildingPlus < 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: 'M3 21h9') + s.path(d: 'M9 8h1') + s.path(d: 'M9 12h1') + s.path(d: 'M9 16h1') + s.path(d: 'M14 8h1') + s.path(d: 'M14 12h1') + s.path( + d: + 'M5 21v-16c0 -.53 .211 -1.039 .586 -1.414c.375 -.375 .884 -.586 1.414 -.586h10c.53 0 1.039 .211 1.414 .586c.375 .375 .586 .884 .586 1.414v7' + ) + s.path(d: 'M16 19h6') + s.path(d: 'M19 16v6') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength,Metrics/MethodLength diff --git a/lib/phlex/icons/tabler/favicon.rb b/lib/phlex/icons/tabler/favicon.rb index fd4095af6..564a0d740 100644 --- a/lib/phlex/icons/tabler/favicon.rb +++ b/lib/phlex/icons/tabler/favicon.rb @@ -1,11 +1,23 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class Favicon < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M19 4a4 4 0 0 1 4 4v8a4 4 0 0 1 -4 4h-14a4 4 0 0 1 -4 -4v-8a4 4 0 0 1 4 -4zm-13 5a1 1 0 0 0 -1 1v4a1 1 0 0 0 2 0v-4a1 1 0 0 0 -1 -1m5 0a3 3 0 0 0 0 6a1 1 0 0 0 .117 -1.993l-.117 -.007a1 1 0 0 1 -.117 -1.993l.117 -.007a1 1 0 0 0 0 -2m5 0a3 3 0 0 0 -2.995 2.824l-.005 .176a3 3 0 1 0 3 -3' + ) + s.path(d: 'M16 11a1 1 0 1 0 0 2a1 1 0 0 0 0 -2') + end end def outline @@ -32,3 +44,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/ferry.rb b/lib/phlex/icons/tabler/ferry.rb new file mode 100644 index 000000000..a0accf8f5 --- /dev/null +++ b/lib/phlex/icons/tabler/ferry.rb @@ -0,0 +1,30 @@ +# frozen_string_literal: true + +module Phlex + module Icons + module Tabler + class Ferry < 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: 'M3 17h14.08a3 3 0 0 0 2.5 -1.34l2.141 -2.66h-17.221z') + s.path(d: 'M14.556 7.959l-.382 -1.415') + s.path(d: 'M6.107 12.675l1.384 -4.675h8l2.675 4.598') + end + end + end + end + end +end diff --git a/lib/phlex/icons/tabler/icons.rb b/lib/phlex/icons/tabler/icons.rb index 8263c10ef..d29c34761 100644 --- a/lib/phlex/icons/tabler/icons.rb +++ b/lib/phlex/icons/tabler/icons.rb @@ -5,7 +5,30 @@ module Icons module Tabler class Icons < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M4.25 2.603a4.5 4.5 0 1 1 -2.25 3.897l.006 -.229a4.5 4.5 0 0 1 2.244 -3.668' + ) + s.path( + d: + 'M5.632 13.504a1 1 0 0 1 1.736 0l4 7a1 1 0 0 1 -.868 1.496h-8a1 1 0 0 1 -.868 -1.496z' + ) + s.path( + d: + 'M13.293 2.293a1 1 0 0 1 1.414 0l7 7a1 1 0 1 1 -1.414 1.414l-7 -7a1 1 0 0 1 0 -1.414' + ) + s.path(d: 'M20.293 2.293a1 1 0 0 1 1.414 1.414l-7 7a1 1 0 0 1 -1.414 -1.414z') + s.path( + d: + 'M21 13a1 1 0 0 1 1 1v7a1 1 0 0 1 -1 1h-7a1 1 0 0 1 -1 -1v-7a1 1 0 0 1 1 -1z' + ) + end end def outline diff --git a/lib/phlex/icons/tabler/ironing_1.rb b/lib/phlex/icons/tabler/ironing_1.rb index a6d20a1e8..22069c277 100644 --- a/lib/phlex/icons/tabler/ironing_1.rb +++ b/lib/phlex/icons/tabler/ironing_1.rb @@ -1,11 +1,22 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class Ironing1 < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2' + ) + end end def outline @@ -30,3 +41,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/ironing_2.rb b/lib/phlex/icons/tabler/ironing_2.rb index c58c5a3d9..2d02454cc 100644 --- a/lib/phlex/icons/tabler/ironing_2.rb +++ b/lib/phlex/icons/tabler/ironing_2.rb @@ -1,11 +1,22 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class Ironing2 < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-6.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m4 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2' + ) + end end def outline @@ -31,3 +42,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/ironing_3.rb b/lib/phlex/icons/tabler/ironing_3.rb index af1905bc3..90222561e 100644 --- a/lib/phlex/icons/tabler/ironing_3.rb +++ b/lib/phlex/icons/tabler/ironing_3.rb @@ -1,11 +1,22 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class Ironing3 < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M16.459 5a4 4 0 0 1 3.945 3.343l1.387 8.329a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2zm-4.449 9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m6 0h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2' + ) + end end def outline @@ -32,3 +43,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/ironing_steam.rb b/lib/phlex/icons/tabler/ironing_steam.rb index 597049216..d3120b880 100644 --- a/lib/phlex/icons/tabler/ironing_steam.rb +++ b/lib/phlex/icons/tabler/ironing_steam.rb @@ -1,11 +1,28 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class IroningSteam < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path(d: 'M12 18a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1') + s.path( + d: + 'M16.459 3a4 4 0 0 1 3.945 3.343l.577 3.464l.81 4.865a2 2 0 0 1 -1.971 2.328h-16.82a1 1 0 0 1 -1 -1a8 8 0 0 1 8 -8h8.652l-.22 -1.329a2 2 0 0 0 -1.811 -1.665l-.162 -.006h-7.459a1 1 0 1 1 0 -2z' + ) + s.path(d: 'M7.106 18.553a1 1 0 0 1 1.788 .894l-1 2a1 1 0 0 1 -1.788 -.894z') + s.path( + d: + 'M15.553 18.106a1 1 0 0 1 1.341 .447l1 2a1 1 0 0 1 -1.788 .894l-1 -2a1 1 0 0 1 .447 -1.341' + ) + end end def outline @@ -32,3 +49,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/joker.rb b/lib/phlex/icons/tabler/joker.rb new file mode 100644 index 000000000..8357c3643 --- /dev/null +++ b/lib/phlex/icons/tabler/joker.rb @@ -0,0 +1,36 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class Joker < 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 16m0 1.5a1.5 1.5 0 0 1 1.5 -1.5h11a1.5 1.5 0 0 1 1.5 1.5v0a1.5 1.5 0 0 1 -1.5 1.5h-11a1.5 1.5 0 0 1 -1.5 -1.5z' + ) + s.path(d: 'M12 16q -2.5 -8 -6 -8q -2.5 0 -3 2c2.953 .31 3.308 3.33 4 6') + s.path(d: 'M12 16q 2.5 -8 6 -8q 2.5 0 3 2c-2.953 .31 -3.308 3.33 -4 6') + s.path(d: 'M9 9.5q 2 -3.5 3 -3.5t 3 3.5') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/math_x_floor_divide_y.rb b/lib/phlex/icons/tabler/math_x_floor_divide_y.rb new file mode 100644 index 000000000..7018cef75 --- /dev/null +++ b/lib/phlex/icons/tabler/math_x_floor_divide_y.rb @@ -0,0 +1,33 @@ +# frozen_string_literal: true + +module Phlex + module Icons + module Tabler + class MathXFloorDivideY < 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: 'M1.5 19l18 -18') + s.path(d: 'M4.5 22l18 -18') + s.path(d: 'M18 15l3 4') + s.path(d: 'M23 15l-4.5 8') + s.path(d: 'M1 1l6 6') + s.path(d: 'M1 7l6 -6') + end + end + end + end + end +end diff --git a/lib/phlex/icons/tabler/number_10.rb b/lib/phlex/icons/tabler/number_10.rb new file mode 100644 index 000000000..aeb1623cc --- /dev/null +++ b/lib/phlex/icons/tabler/number_10.rb @@ -0,0 +1,29 @@ +# frozen_string_literal: true + +module Phlex + module Icons + module Tabler + class Number10 < 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: 'M8 20v-16l-5 5') + s.path(d: 'M16 20a4 4 0 0 0 4 -4v-8a4 4 0 1 0 -8 0v8a4 4 0 0 0 4 4') + end + end + end + end + end +end diff --git a/lib/phlex/icons/tabler/number_11.rb b/lib/phlex/icons/tabler/number_11.rb new file mode 100644 index 000000000..b58fa105f --- /dev/null +++ b/lib/phlex/icons/tabler/number_11.rb @@ -0,0 +1,29 @@ +# frozen_string_literal: true + +module Phlex + module Icons + module Tabler + class Number11 < 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: 'M8 20v-16l-5 5') + s.path(d: 'M18 20v-16l-5 5') + end + end + end + end + end +end diff --git a/lib/phlex/icons/tabler/play_card_1.rb b/lib/phlex/icons/tabler/play_card_1.rb new file mode 100644 index 000000000..f8cd679a0 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_1.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard1 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m-4.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M12 9v6') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_10.rb b/lib/phlex/icons/tabler/play_card_10.rb new file mode 100644 index 000000000..eefaf9481 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_10.rb @@ -0,0 +1,50 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard10 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-8.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-6a1 1 0 0 0 -1 -1m4.5 0c-1.453 0 -2.5 1.395 -2.5 3v2c0 1.605 1.047 3 2.5 3s2.5 -1.395 2.5 -3v-2c0 -1.605 -1.047 -3 -2.5 -3m0 2c.203 0 .5 .395 .5 1v2c0 .605 -.297 1 -.5 1s-.5 -.395 -.5 -1v-2c0 -.605 .297 -1 .5 -1m-6.49 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M9 9v6') + s.path( + d: + 'M12 13c0 1.105 .672 2 1.5 2s1.5 -.895 1.5 -2v-2c0 -1.105 -.672 -2 -1.5 -2s-1.5 .895 -1.5 2z' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_2.rb b/lib/phlex/icons/tabler/play_card_2.rb new file mode 100644 index 000000000..7c84823f7 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_2.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard2 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-3a1 1 0 1 0 0 2h3v1h-2a2 2 0 0 0 -2 2v1a2 2 0 0 0 2 2h3a1 1 0 0 0 0 -2h-3v-1h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -2 -2m-5.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path( + d: + 'M10 9h3a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_3.rb b/lib/phlex/icons/tabler/play_card_3.rb new file mode 100644 index 000000000..ab29eac27 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_3.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard3 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.51 -10h-2.5a1 1 0 1 0 0 2h2.5a.5 .5 0 0 1 .09 .992l-.09 .008h-1.5c-1.287 0 -1.332 1.864 -.133 1.993l.133 .007h1.5a.5 .5 0 1 1 0 1h-2.5a1 1 0 0 0 0 2h2.5a2.5 2.5 0 0 0 2.5 -2.5l-.005 -.164a2.5 2.5 0 0 0 -.477 -1.312l-.019 -.024l.019 -.024a2.5 2.5 0 0 0 -2.018 -3.976m-5.49 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 9h2.5a1.5 1.5 0 0 1 0 3h-1.5h1.5a1.5 1.5 0 0 1 0 3h-2.5') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_4.rb b/lib/phlex/icons/tabler/play_card_4.rb new file mode 100644 index 000000000..6a73b9d7d --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_4.rb @@ -0,0 +1,47 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard4 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10a1 1 0 0 0 -1 1v2h-2v-2a1 1 0 0 0 -2 0v2a2 2 0 0 0 2 2h2v2a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-6a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 9v2a1 1 0 0 0 1 1h3') + s.path(d: 'M14 9v6') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_5.rb b/lib/phlex/icons/tabler/play_card_5.rb new file mode 100644 index 000000000..2366c5b03 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_5.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard5 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1v3a1 1 0 0 0 1 1h3v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 15h3a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3v-3h4') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_6.rb b/lib/phlex/icons/tabler/play_card_6.rb new file mode 100644 index 000000000..2256c4f5c --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_6.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard6 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-3.01 -10h-3a2 2 0 0 0 -2 2v4a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1l-.005 -.15a2 2 0 0 0 -1.995 -1.85h-2v-1h3a1 1 0 0 0 0 -2m-1 5v1h-2v-1zm-5.99 -9h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path( + d: + 'M14 9h-3a1 1 0 0 0 -1 1v4a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1h-3' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_7.rb b/lib/phlex/icons/tabler/play_card_7.rb new file mode 100644 index 000000000..5c0b19a2f --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_7.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard7 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h2.612l-1.56 4.684a1 1 0 1 0 1.897 .632l2 -6a1 1 0 0 0 -.949 -1.316m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M10 9h4l-2 6') + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_8.rb b/lib/phlex/icons/tabler/play_card_8.rb new file mode 100644 index 000000000..fdb6fee16 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_8.rb @@ -0,0 +1,53 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard8 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1c0 .365 .098 .707 .268 1.001c-.17 .293 -.268 .635 -.268 .999v1a2 2 0 0 0 2 2h2a2 2 0 0 0 2 -2v-1a2 2 0 0 0 -.268 -1c.17 -.293 .268 -.635 .268 -1v-1a2 2 0 0 0 -2 -2m0 5v1h-2v-1zm0 -3v1h-2v-1zm-5.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path( + d: + 'M12 12h-1a1 1 0 0 1 -1 -1v-1a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v1a1 1 0 0 1 -1 1z' + ) + s.path( + d: + 'M12 12h-1a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-1a1 1 0 0 0 -1 -1' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_9.rb b/lib/phlex/icons/tabler/play_card_9.rb new file mode 100644 index 000000000..b60f77288 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_9.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCard9 < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-4.01 -10h-2a2 2 0 0 0 -2 2v1l.005 .15a2 2 0 0 0 1.995 1.85h2v1h-3a1 1 0 0 0 0 2h3a2 2 0 0 0 2 -2v-4a2 2 0 0 0 -2 -2m0 2v1h-2v-1zm-5.99 -6h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path( + d: + 'M10 15h3a1 1 0 0 0 1 -1v-4a1 1 0 0 0 -1 -1h-2a1 1 0 0 0 -1 1v1a1 1 0 0 0 1 1h3' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_a.rb b/lib/phlex/icons/tabler/play_card_a.rb new file mode 100644 index 000000000..89fdb0492 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_a.rb @@ -0,0 +1,47 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCardA < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a3 3 0 0 0 -3 3v4a1 1 0 0 0 2 0v-1h2v1a1 1 0 0 0 .883 .993l.117 .007a1 1 0 0 0 1 -1v-4a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v1h-2v-1a1 1 0 0 1 .883 -.993zm-4.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 15v-4a2 2 0 1 1 4 0v4') + s.path(d: 'M10 13h4') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_j.rb b/lib/phlex/icons/tabler/play_card_j.rb new file mode 100644 index 000000000..3d9074661 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_j.rb @@ -0,0 +1,46 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCardJ < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 0 2h.01a1 1 0 0 0 0 -2m-3.01 -10h-4a1 1 0 0 0 -1 1l.007 .117a1 1 0 0 0 .993 .883h3v3a1 1 0 0 1 -2 0a1 1 0 0 0 -2 0a3 3 0 0 0 6 0v-4a1 1 0 0 0 -1 -1m-6.99 -4h-.01a1 1 0 1 0 0 2h.01a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 9h4v4a2 2 0 1 1 -4 0') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_k.rb b/lib/phlex/icons/tabler/play_card_k.rb new file mode 100644 index 000000000..4190168b3 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_k.rb @@ -0,0 +1,48 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCardK < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-7.01 -10a1 1 0 0 0 -1 1v6a1 1 0 0 0 2 0v-1.585l2.293 2.292a1 1 0 0 0 1.32 .083l.094 -.083l.083 -.094a1 1 0 0 0 -.083 -1.32l-2.292 -2.293l2.292 -2.293a1 1 0 1 0 -1.414 -1.414l-2.293 2.291v-1.584a1 1 0 0 0 -.883 -.993zm-2.99 -4h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M10 9v6') + s.path(d: 'M14 9l-3 3l3 3') + s.path(d: 'M10 12h1') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_q.rb b/lib/phlex/icons/tabler/play_card_q.rb new file mode 100644 index 000000000..a9b6eac81 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_q.rb @@ -0,0 +1,47 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCardQ < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-5.01 -10a3 3 0 0 0 -3 3v2a3 3 0 0 0 4.293 2.708l.5 .5a1 1 0 0 0 1.414 -1.415l-.499 -.5c.187 -.392 .292 -.83 .292 -1.293v-2a3 3 0 0 0 -3 -3m0 2a1 1 0 0 1 1 1v2a1 1 0 0 1 -2 0v-2a1 1 0 0 1 1 -1m-4.99 -6h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path(d: 'M12 9a2 2 0 0 1 2 2v2a2 2 0 1 1 -4 0v-2a2 2 0 0 1 2 -2') + s.path(d: 'M13 14l1.5 1.5') + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/play_card_star.rb b/lib/phlex/icons/tabler/play_card_star.rb new file mode 100644 index 000000000..400223a37 --- /dev/null +++ b/lib/phlex/icons/tabler/play_card_star.rb @@ -0,0 +1,49 @@ +# frozen_string_literal: true + +# rubocop:disable Layout/LineLength +module Phlex + module Icons + module Tabler + class PlayCardStar < Base + def filled + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M17 2a3 3 0 0 1 3 3v14a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-14a3 3 0 0 1 3 -3zm.01 16h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 0 0 0 -2m-4.98 -9.5l-.115 .005c-.384 .04 -.724 .273 -.898 .623l-.51 1.027l-1.138 .166c-.423 .059 -.78 .357 -.914 .768l-.033 .125a1.13 1.13 0 0 0 .322 1.039l.82 .797l-.194 1.127c-.07 .432 .107 .857 .454 1.108l.107 .068a1.13 1.13 0 0 0 1.078 .018l1.022 -.536l1.019 .535c.377 .2 .84 .168 1.19 -.086l.1 -.08c.281 -.259 .416 -.645 .35 -1.028l-.194 -1.126l.823 -.799c.31 -.302 .42 -.752 .287 -1.161l-.042 -.11a1.13 1.13 0 0 0 -.873 -.659l-1.138 -.166l-.508 -1.026a1.13 1.13 0 0 0 -1.014 -.63m-5.021 -4.499h-.01a1 1 0 0 0 -.117 1.993l.127 .007a1 1 0 1 0 0 -2' + ) + end + 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: + 'M19 5v14a2 2 0 0 1 -2 2h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h10a2 2 0 0 1 2 2' + ) + s.path(d: 'M8 6h.01') + s.path(d: 'M16 18h.01') + s.path( + d: + 'M11.75 14.112l-1.63 .853a.294 .294 0 0 1 -.425 -.307l.31 -1.808l-1.317 -1.28a.292 .292 0 0 1 .163 -.499l1.82 -.264l.815 -1.644a.294 .294 0 0 1 .527 0l.814 1.644l1.82 .264a.292 .292 0 0 1 .164 .499l-1.318 1.28l.31 1.807a.292 .292 0 0 1 -.425 .308z' + ) + end + end + end + end + end +end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/sitemap.rb b/lib/phlex/icons/tabler/sitemap.rb index f028a1756..343c6f8f5 100644 --- a/lib/phlex/icons/tabler/sitemap.rb +++ b/lib/phlex/icons/tabler/sitemap.rb @@ -1,11 +1,34 @@ # frozen_string_literal: true +# rubocop:disable Layout/LineLength module Phlex module Icons module Tabler class Sitemap < Base def filled - raise NotImplementedError + svg( + **attrs, + xmlns: 'http://www.w3.org/2000/svg', + viewbox: '0 0 24 24', + fill: 'currentColor' + ) do |s| + s.path( + d: + 'M2 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z' + ) + s.path( + d: + 'M14 16.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z' + ) + s.path( + d: + 'M8 4.667a2.667 2.667 0 0 1 2.667 -2.667h2.666a2.667 2.667 0 0 1 2.667 2.667v2.666a2.667 2.667 0 0 1 -2.667 2.667h-2.666a2.667 2.667 0 0 1 -2.667 -2.667z' + ) + s.path( + d: + 'M12 8a1 1 0 0 0 -1 1v2h-3c-1.645 0 -3 1.355 -3 3v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -.564 .436 -1 1 -1h8c.564 0 1 .436 1 1v1a1 1 0 0 0 1 1a1 1 0 0 0 1 -1v-1c0 -1.645 -1.355 -3 -3 -3h-3v-2a1 1 0 0 0 -1 -1z' + ) + end end def outline @@ -39,3 +62,4 @@ def outline end end end +# rubocop:enable Layout/LineLength diff --git a/lib/phlex/icons/tabler/x_power_y.rb b/lib/phlex/icons/tabler/x_power_y.rb new file mode 100644 index 000000000..7c830ee5b --- /dev/null +++ b/lib/phlex/icons/tabler/x_power_y.rb @@ -0,0 +1,31 @@ +# frozen_string_literal: true + +module Phlex + module Icons + module Tabler + class XPowerY < 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: 'M15 3l3 5.063') + s.path(d: 'M5 12l6 6') + s.path(d: 'M5 18l6 -6') + s.path(d: 'M21 3l-4.8 9') + end + end + end + end + end +end