Sha256: 983e68fdf013e061d8d21bd3c2eb68faecdb831d6b65693c42306142ecbba9d2

Contents?: true

Size: 645 Bytes

Versions: 18

Compression:

Stored size: 645 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowGoForwardFill < 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:
                'M16 7H11C7.68629 7 5 9.68629 5 13C5 16.3137 7.68629 19 11 19H20V21H11C6.58172 21 3 17.4183 3 13C3 8.58172 6.58172 5 11 5H16V1L22 6L16 11V7Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

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