Sha256: 33ab1f7762002de5850bdb3eb654cd238210e0f5c94e866b4220a1df0f96477e

Contents?: true

Size: 789 Bytes

Versions: 24

Compression:

Stored size: 789 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowGoForwardLine < 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:
                'M18.1716 6.99955H11C7.68629 6.99955 5 9.68584 5 12.9996C5 16.3133 7.68629 18.9996 11 18.9996H20V20.9996H11C6.58172 20.9996 3 17.4178 3 12.9996C3 8.58127 6.58172 4.99955 11 4.99955H18.1716L15.636 2.46402L17.0503 1.0498L22 5.99955L17.0503 10.9493L15.636 9.53509L18.1716 6.99955Z'
            )
          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_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/arrow_go_forward_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/arrow_go_forward_line.rb