Sha256: 6577c6cb2b7c83edcc5cd627518c16e79406e6e1781f5156bda26759370f8908
Contents?: true
Size: 377 Bytes
Versions: 18
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module Phlex module Icons module Remix class SubtractLine < Base def view_template svg( **attrs, viewbox: '0 0 24 24', fill: 'currentColor', xmlns: 'http://www.w3.org/2000/svg' ) { |s| s.path(d: 'M5 11V13H19V11H5Z') } end end end end end
Version data entries
18 entries across 18 versions & 2 rubygems