Sha256: 070d920a0152165bfe62bf32313140c2f554bc54d90e6fb4b9b78acee50c937b

Contents?: true

Size: 1.45 KB

Versions: 25

Compression:

Stored size: 1.45 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillLock < 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:
                'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.764a3 3 0 0 0-4.989 2.497 2 2 0 0 0-.743.739H6.5a.5.5 0 0 0-.5.5V16H3a1 1 0 0 1-1-1zm2 1.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3 0v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5m3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5M4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5'
            )
            s.path(
              d:
                'M9 13a1 1 0 0 1 1-1v-1a2 2 0 1 1 4 0v1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1zm3-3a1 1 0 0 0-1 1v1h2v-1a1 1 0 0 0-1-1'
            )
          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/building_fill_lock.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/building_fill_lock.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/building_fill_lock.rb