Sha256: ea5c21068d8fb3ae589fbe6421f0262ef16fe536052a00c1d3364f63837ebe27

Contents?: true

Size: 797 Bytes

Versions: 24

Compression:

Stored size: 797 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowTurnForwardLine < 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:
                'M17.0005 5.82843V13C17.0005 16.3137 14.3142 19 11.0005 19C7.68674 19 5.00045 16.3137 5.00045 13V4H3.00045V13C3.00045 17.4183 6.58217 21 11.0005 21C15.4187 21 19.0005 17.4183 19.0005 13V5.82843L21.536 8.36396L22.9502 6.94975L18.0005 2L13.0507 6.94975L14.4649 8.36396L17.0005 5.82843Z'
            )
          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_turn_forward_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/arrow_turn_forward_line.rb