Sha256: 6966384dd6f4df91660c9855d4a4c5ed1f212c3e8acdb6a58e144f66f76e3a81

Contents?: true

Size: 792 Bytes

Versions: 14

Compression:

Stored size: 792 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class TrashFill < 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:
                'M2.5 1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1H3v9a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V4h.5a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H10a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1zm3 4a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 .5-.5M8 5a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-1 0v-7A.5.5 0 0 1 8 5m3 .5v7a.5.5 0 0 1-1 0v-7a.5.5 0 0 1 1 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/trash_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/trash_fill.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/trash_fill.rb