Sha256: f4edb567dfc34f24b1d48a4cf6e6dc6578de3faab6ca20862eea59c53f07aadf

Contents?: true

Size: 1.53 KB

Versions: 25

Compression:

Stored size: 1.53 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Bootstrap
      class BuildingFillCheck < 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:
                '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

25 entries across 25 versions & 2 rubygems

Version Path
phlex-icons-bootstrap-0.17.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.17.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.16.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.16.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.15.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.15.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.14.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.14.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.13.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.13.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.12.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.12.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.11.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.11.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.10.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.9.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-bootstrap-0.9.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.8.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.7.0 lib/phlex/icons/bootstrap/building_fill_check.rb
phlex-icons-0.6.0 lib/phlex/icons/bootstrap/building_fill_check.rb