Sha256: 320381f4cf576b5d9af08e57b73715941f49d081be88fd207acf930d32559b24

Contents?: true

Size: 820 Bytes

Versions: 25

Compression:

Stored size: 820 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Basket3 < Base
        def view_template
          svg(
            class: classes,
            xmlns: 'http://www.w3.org/2000/svg',
            fill: 'currentColor',
            viewbox: '0 0 16 16'
          ) do |s|
            s.path(
              d:
                'M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15.5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H.5a.5.5 0 0 1-.5-.5v-1A.5.5 0 0 1 .5 6h1.717L5.07 1.243a.5.5 0 0 1 .686-.172zM3.394 15l-1.48-6h-.97l1.525 6.426a.75.75 0 0 0 .729.574h9.606a.75.75 0 0 0 .73-.574L15.056 9h-.972l-1.479 6z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/basket3.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/basket3.rb