Sha256: a68b6cb8dc3d9fe92271bba90f411a50b27fe9df646d199625fa69013cf0352d

Contents?: true

Size: 894 Bytes

Versions: 14

Compression:

Stored size: 894 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class Pass < 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:
                'M5.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1z'
            )
            s.path(
              d:
                'M8 2a2 2 0 0 0 2-2h2.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13A1.5 1.5 0 0 1 3.5 0H6a2 2 0 0 0 2 2m0 1a3 3 0 0 1-2.83-2H3.5a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-1.67A3 3 0 0 1 8 3'
            )
          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/pass.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/pass.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/pass.rb