Skip to content

Commit

Permalink
Update lucide icons pack
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Sep 1, 2024
1 parent af7883b commit f8a9a90
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions lib/phlex/icons/lucide/send.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
module Icons
module Lucide
Expand All @@ -15,11 +16,15 @@ def view_template
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'm22 2-7 20-4-9-9-4Z')
s.path(d: 'M22 2 11 13')
s.path(
d:
'M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z'
)
s.path(d: 'm21.854 2.147-10.94 10.939')
end
end
end
end
end
end
# rubocop:enable Layout/LineLength
7 changes: 6 additions & 1 deletion lib/phlex/icons/lucide/send_horizontal.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
module Icons
module Lucide
Expand All @@ -15,11 +16,15 @@ def view_template
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
s.path(d: 'm3 3 3 9-3 9 19-9Z')
s.path(
d:
'M3.714 3.048a.498.498 0 0 0-.683.627l2.843 7.627a2 2 0 0 1 0 1.396l-2.842 7.627a.498.498 0 0 0 .682.627l18-8.5a.5.5 0 0 0 0-.904z'
)
s.path(d: 'M6 12h16')
end
end
end
end
end
end
# rubocop:enable Layout/LineLength

0 comments on commit f8a9a90

Please sign in to comment.