Sha256: f4a154945ce849778bb6388a71257d09d433c8804741034ebf5031bc44c95462

Contents?: true

Size: 1.56 KB

Versions: 24

Compression:

Stored size: 1.56 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class LuggageCartLine < 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:
                'M5.50045 20C6.32888 20 7.00045 20.6715 7.00045 21.5C7.00045 22.3284 6.32888 23 5.50045 23C4.67203 23 4.00045 22.3284 4.00045 21.5C4.00045 20.6715 4.67203 20 5.50045 20ZM18.5005 20C19.3289 20 20.0005 20.6715 20.0005 21.5C20.0005 22.3284 19.3289 23 18.5005 23C17.672 23 17.0005 22.3284 17.0005 21.5C17.0005 20.6715 17.672 20 18.5005 20ZM2.17203 1.75732L5.99981 5.58532V16.9993L20.0005 17V19H5.00045C4.44817 19 4.00045 18.5522 4.00045 18L3.99981 6.41332L0.757812 3.17154L2.17203 1.75732ZM16.0005 2.99996C16.5527 2.99996 17.0005 3.44768 17.0005 3.99996L16.9998 5.99932L19.9936 5.99996C20.5497 5.99996 21.0005 6.45563 21.0005 6.99536V15.0046C21.0005 15.5543 20.5505 16 19.9936 16H8.0073C7.45123 16 7.00045 15.5443 7.00045 15.0046V6.99536C7.00045 6.44562 7.4504 5.99996 8.0073 5.99996L10.9998 5.99932L11.0005 3.99996C11.0005 3.44768 11.4482 2.99996 12.0005 2.99996H16.0005ZM9.99981 7.99932L9.00045 7.99996V14L9.99981 13.9993V7.99932ZM15.9998 7.99932H11.9998V13.9993H15.9998V7.99932ZM19.0005 7.99996L17.9998 7.99932V13.9993L19.0005 14V7.99996ZM15.0005 4.99996H13.0005V5.99996H15.0005V4.99996Z'
            )
          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/luggage_cart_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/luggage_cart_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/luggage_cart_line.rb