Sha256: 90b624f665c53c186dedbe81f1b17fb0a262a0098f95dd084ba14fde85afd51b
Contents?: true
Size: 515 Bytes
Versions: 18
Compression:
Stored size: 515 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Lucide class Mountain < 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.path(d: 'm8 3 4 8 5-5 5 15H2L8 3z') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems