Sha256: 8157848e5505160cf1fbbf0e1f2582f059917a5387e1b3ae0d1daf20619d929a

Contents?: true

Size: 709 Bytes

Versions: 14

Compression:

Stored size: 709 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowDownBoxFill < 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:
                'M4 3C3.44772 3 3 3.44772 3 4V20C3 20.5523 3.44772 21 4 21H20C20.5523 21 21 20.5523 21 20V4C21 3.44772 20.5523 3 20 3H4ZM11.9996 17.656L6.0498 11.7062H10.9996V6.34229H12.9996V11.7062H17.9493L11.9996 17.656Z'
            )
          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.8.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_down_box_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_down_box_fill.rb