lib/phlex/icons/lucide/heading_4.rb in phlex-icons-1.5.0 vs lib/phlex/icons/lucide/heading_4.rb in phlex-icons-1.6.0
- old
+ new
@@ -13,14 +13,14 @@
stroke: 'currentColor',
stroke_width: '2',
stroke_linecap: 'round',
stroke_linejoin: 'round'
) do |s|
- s.path(d: 'M4 12h8')
- s.path(d: 'M4 18V6')
s.path(d: 'M12 18V6')
- s.path(d: 'M17 10v4h4')
+ s.path(d: 'M17 10v3a1 1 0 0 0 1 1h3')
s.path(d: 'M21 10v8')
+ s.path(d: 'M4 12h8')
+ s.path(d: 'M4 18V6')
end
end
end
end
end