Sha256: c571d7c4d15e9fb273123b69ea5a596b43c5eea05bb4ff14cc9ad7cfc2e12f78
Contents?: true
Size: 522 Bytes
Versions: 26
Compression:
Stored size: 522 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Lucide class Mountain < Base def view_template svg( class: classes, 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.path(d: 'm8 3 4 8 5-5 5 15H2L8 3z') } end end end end end
Version data entries
26 entries across 26 versions & 2 rubygems