Sha256: 9e84be867f98996308312c351a0614ef9207cf26e27fdce2180c8b08caf2758f

Contents?: true

Size: 1.48 KB

Versions: 14

Compression:

Stored size: 1.48 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillAdd < 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:
                'M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0'
            )
            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'
            )
          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_add.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/building_fill_add.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/building_fill_add.rb