Sha256: 9f54c915c1c6fbc6e453ac31a64189712bcf2f3cdc21bfc39d93b8a0da1d2589

Contents?: true

Size: 988 Bytes

Versions: 14

Compression:

Stored size: 988 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Basket2 < 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:
                'M4 10a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0zm3 0a1 1 0 0 1 2 0v2a1 1 0 0 1-2 0zm3 0a1 1 0 1 1 2 0v2a1 1 0 0 1-2 0z'
            )
            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-.623l-1.844 6.456a.75.75 0 0 1-.722.544H3.69a.75.75 0 0 1-.722-.544L1.123 8H.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-.172zM2.163 8l1.714 6h8.246l1.714-6z'
            )
          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/basket2.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/basket2.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/basket2.rb