Sha256: e9020f0fa4ca3db4699f9b5986fc093456bffe9394605ae496f20bfaf4f17f55

Contents?: true

Size: 805 Bytes

Versions: 14

Compression:

Stored size: 805 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Cart2 < Base
        def view_template
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M0 2.5A.5.5 0 0 1 .5 2H2a.5.5 0 0 1 .485.379L2.89 4H14.5a.5.5 0 0 1 .485.621l-1.5 6A.5.5 0 0 1 13 11H4a.5.5 0 0 1-.485-.379L1.61 3H.5a.5.5 0 0 1-.5-.5M3.14 5l1.25 5h8.22l1.25-5zM5 13a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0m9-1a1 1 0 1 0 0 2 1 1 0 0 0 0-2m-2 1a2 2 0 1 1 4 0 2 2 0 0 1-4 0'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-1.6.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/cart2.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/cart2.rb