Sha256: 84151d32296e62c17a8f07e1f5709bc568078094fe6eadbca84115382ec240f7

Contents?: true

Size: 1.5 KB

Versions: 14

Compression:

Stored size: 1.5 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillExclamation < 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 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v7.256A4.5 4.5 0 0 0 12.5 8a4.5 4.5 0 0 0-3.59 1.787A.5.5 0 0 0 9 9.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .39-.187A4.5 4.5 0 0 0 8.027 12H6.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-.5z'
            )
            s.path(
              d:
                'M16 12.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0m-3.5-2a.5.5 0 0 0-.5.5v1.5a.5.5 0 0 0 1 0V11a.5.5 0 0 0-.5-.5m0 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1'
            )
          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/building_fill_exclamation.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/building_fill_exclamation.rb