Sha256: eaf6330f870c8b17788d212c4f37c3962b025ba6f67daa4f578138199ae4f031

Contents?: true

Size: 1.52 KB

Versions: 14

Compression:

Stored size: 1.52 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillCheck < 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 7m1.679-4.493-1.335 2.226a.75.75 0 0 1-1.174.144l-.774-.773a.5.5 0 0 1 .708-.708l.547.548 1.17-1.951a.5.5 0 1 1 .858.514'
            )
            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_check.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/building_fill_check.rb