Sha256: 471f852101a4a25c46ce0a83b91f0b635a777ce5f58689cc2cc2f39e46b5db91

Contents?: true

Size: 626 Bytes

Versions: 18

Compression:

Stored size: 626 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowLeftLine < 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:
                'M7.82843 10.9999H20V12.9999H7.82843L13.1924 18.3638L11.7782 19.778L4 11.9999L11.7782 4.22168L13.1924 5.63589L7.82843 10.9999Z'
            )
          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_left_line.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/arrow_left_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/arrow_left_line.rb