lib/phlex/icons/lucide/slice.rb in phlex-icons-1.4.0 vs lib/phlex/icons/lucide/slice.rb in phlex-icons-1.5.0

- old
+ new

@@ -13,11 +13,13 @@ stroke: 'currentColor', stroke_width: '2', stroke_linecap: 'round', stroke_linejoin: 'round' ) do |s| - s.path(d: 'm8 14-6 6h9v-3') - s.path(d: 'M18.37 3.63 8 14l3 3L21.37 6.63a2.12 2.12 0 1 0-3-3Z') + s.path( + d: + 'M11 16.586V19a1 1 0 0 1-1 1H2L18.37 3.63a1 1 0 1 1 3 3l-9.663 9.663a1 1 0 0 1-1.414 0L8 14' + ) end end end end end