Sha256: b4c1c056dc7ff72c4f539dc8ed5e2c14f1952abed7086920fd84cfea8b26d3fe

Contents?: true

Size: 759 Bytes

Versions: 24

Compression:

Stored size: 759 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class SortAlphabetAsc < 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:
                'M4.86885 11H2.6665L6 3H8L11.3334 11H9.13113L8.7213 10H5.27869L4.86885 11ZM6.09836 8H7.90163L7 5.8L6.09836 8ZM18.9999 16V3H16.9999V16H13.9999L17.9999 21L21.9999 16H18.9999ZM10.9999 13H2.99992V15H7.85414L2.99992 19V21H10.9999V19H6.14605L10.9999 15V13Z'
            )
          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_alphabet_asc.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/sort_alphabet_asc.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/sort_alphabet_asc.rb