Sha256: 9ed7cce056a0cbe5e71fa912c98094a16c385a04ab38edd854cdaf3fb172be3f

Contents?: true

Size: 724 Bytes

Versions: 12

Compression:

Stored size: 724 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowRightUpBoxFill < 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 3H4ZM16.0001 8V16.4142L12.5001 12.9142L8.70718 16.7071L7.29297 15.2929L11.0859 11.5L7.58586 8H16.0001Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-1.7.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_right_up_box_fill.rb