Sha256: 6a61f52b3176ceafdcc5285ef4d250d2dab7de814c8fdba29018ad7e292c81b1

Contents?: true

Size: 1.07 KB

Versions: 25

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Basket < 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 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5'
            )
          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/basket.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/basket.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/basket.rb