Sha256: ba651e9c59af02ddd6bdc09b00d43b825742b0ce2fd41729e369f869bd388f86

Contents?: true

Size: 1.56 KB

Versions: 14

Compression:

Stored size: 1.56 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillX < 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:
                'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m-.646-4.854.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 0 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 .708-.708'
            )
          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_x.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/building_fill_x.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/building_fill_x.rb