Sha256: 455c3a1417798aa2563c743aab7b278c7d36a092a0001f3a6c9184b967817fd0
Contents?: true
Size: 528 Bytes
Versions: 18
Compression:
Stored size: 528 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Lucide class Navigation2 < 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' ) { |s| s.polygon(points: '12 2 19 21 12 17 5 21 12 2') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems