Sha256: de5f0194c86b17772a3ebf76d17035785242df8d901c028e29f4ea2c20a12bdd

Contents?: true

Size: 652 Bytes

Versions: 24

Compression:

Stored size: 652 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowGoForwardFill < 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:
                '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

24 entries across 24 versions & 2 rubygems

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