Sha256: b9a1d19ad4ca8fdc2478f6a17b6020fde6ebaf8cb7303b6462f6a0289ecfefd7
Contents?: true
Size: 412 Bytes
Versions: 18
Compression:
Stored size: 412 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Bootstrap class Dash < Base def view_template svg( **attrs, xmlns: 'http://www.w3.org/2000/svg', fill: 'currentColor', viewbox: '0 0 16 16' ) { |s| s.path(d: 'M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems