Sha256: 990fa951967ad5a96167a24e63743230db26888f5a1d4286cbffdedbf67eaaea

Contents?: true

Size: 862 Bytes

Versions: 24

Compression:

Stored size: 862 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Brush3Fill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M20 10.9967V7.9967H14V3.9967H10V7.9967H4V10.9967H20ZM21 12.9967V20.9967C21 21.549 20.5523 21.9967 20 21.9967H10V15.9967H8V21.9967H4C3.44772 21.9967 3 21.549 3 20.9967V12.9967H2V6.9967C2 6.44442 2.44772 5.9967 3 5.9967H8V2.9967C8 2.44442 8.44772 1.9967 9 1.9967H15C15.5523 1.9967 16 2.44442 16 2.9967V5.9967H21C21.5523 5.9967 22 6.44442 22 6.9967V12.9967H21Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/brush_3_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/brush_3_fill.rb