Sha256: aee1885c4f4c0a7ca7e9b5772ed741aaadf8dce42efe05d3f2e9f0021860f89f

Contents?: true

Size: 1.01 KB

Versions: 25

Compression:

Stored size: 1.01 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class CardList < 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:
                'M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z'
            )
            s.path(
              d:
                'M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8m0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'
            )
          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/card_list.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/card_list.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/card_list.rb