Sha256: 7275799f9359050f7199c1ab926c9ca9e575ed6e1388d8d3d106550d0d565e33
Contents?: true
Size: 607 Bytes
Versions: 14
Compression:
Stored size: 607 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Lucide class Redo2 < Base def view_template 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 14 5-5-5-5') s.path(d: 'M20 9H9.5A5.5 5.5 0 0 0 4 14.5A5.5 5.5 0 0 0 9.5 20H13') end end end end end end
Version data entries
14 entries across 14 versions & 2 rubygems