Sha256: 5c0e765951dd29ba4056d841e816db0f1edca61240221841e8d84ca418857613

Contents?: true

Size: 733 Bytes

Versions: 14

Compression:

Stored size: 733 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class SuitcaseLgFill < 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:
                'M7 0a2 2 0 0 0-2 2H1.5A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14H2a.5.5 0 0 0 1 0h10a.5.5 0 0 0 1 0h.5a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2H11a2 2 0 0 0-2-2zM6 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1zM3 13V3h1v10zm9 0V3h1v10z'
            )
          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/suitcase_lg_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/suitcase_lg_fill.rb