Sha256: 505227099fbf0e08645987e7f7c1e1df674b7fff0345673339a8188247ed4840

Contents?: true

Size: 766 Bytes

Versions: 14

Compression:

Stored size: 766 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Brush4Fill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M20 15.9967H4V17.9967H20V15.9967ZM3 13.9967V3.9967C3 3.44442 3.44772 2.9967 4 2.9967H7V11.2694H9V2.9967H20C20.5523 2.9967 21 3.44442 21 3.9967V13.9967H22V18.9967C22 19.549 21.5523 19.9967 21 19.9967H13V22.9967H11V19.9967H3C2.44772 19.9967 2 19.549 2 18.9967V13.9967H3Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/brush_4_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/brush_4_fill.rb