Sha256: d35021f07b5a72819ba1e7541f5ad6c9f1933644b8ebc5edee71b6d4d34c10be

Contents?: true

Size: 706 Bytes

Versions: 24

Compression:

Stored size: 706 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class ArrowUpDoubleLine < 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:
                'M12 4.83582L5.79291 11.0429L7.20712 12.4571L12 7.66424L16.7929 12.4571L18.2071 11.0429L12 4.83582ZM12 10.4857L5.79291 16.6928L7.20712 18.107L12 13.3141L16.7929 18.107L18.2071 16.6928L12 10.4857Z'
            )
          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_up_double_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/arrow_up_double_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/arrow_up_double_line.rb