Sha256: 7d49e6aeca99b5c1961fabcdddb009dfb2bf003eb2b4d747bece055388cefe29

Contents?: true

Size: 908 Bytes

Versions: 24

Compression:

Stored size: 908 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SortNumberDesc < 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:
                'M9 11L9.00054 3H7.31304L5 3.61978V5.9485L7 5.41V11H9ZM22 8L18 3L14 8H17V21H19V8H22ZM8 16.5C7.44772 16.5 7 16.0523 7 15.5C7 14.9477 7.44772 14.5 8 14.5C8.55228 14.5 9 14.9477 9 15.5C9 16.0523 8.55228 16.5 8 16.5ZM10.5729 17.0436C10.8441 16.5926 11 16.0645 11 15.5C11 13.8431 9.65685 12.5 8 12.5C6.34315 12.5 5 13.8431 5 15.5C5 16.9695 6.05661 18.1923 7.45156 18.45L5.97931 21H8.28871L10.5729 17.0436Z'
            )
          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/sort_number_desc.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/sort_number_desc.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/sort_number_desc.rb