Sha256: 421c739ab77fbce0ad21d37298cef9a2d9586e4c4ff10e7f3da911b4b9afbd8c

Contents?: true

Size: 394 Bytes

Versions: 18

Compression:

Stored size: 394 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class ArrowRightFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) { |s| s.path(d: 'M12 13H4V11H12V4L20 12L12 20V13Z') }
        end
      end
    end
  end
end

Version data entries

18 entries across 18 versions & 2 rubygems

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