Sha256: 0ac3f8560f13d508c949ad301d83a02d80410d83defce5c7623ca5931ada530b

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 BuildingSlash < 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:
                'M13.879 10.414a2.501 2.501 0 0 0-3.465 3.465zm.707.707-3.465 3.465a2.501 2.501 0 0 0 3.465-3.465m-4.56-1.096a3.5 3.5 0 1 1 4.949 4.95 3.5 3.5 0 0 1-4.95-4.95Z'
            )
            s.path(
              d:
                'M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1z'
            )
            s.path(
              d:
                'M4.5 2a.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-.5zm3 0a.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-.5zm3 0a.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-.5zm-6 3a.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-.5zm3 0a.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-.5zm3 0a.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-.5zm-6 3a.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-.5zm3 0a.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_slash.rb
phlex-icons-1.6.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.5.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.5.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.4.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.4.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.3.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.3.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.2.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.2.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.1.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.1.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-1.0.0 lib/phlex/icons/bootstrap/building_slash.rb
phlex-icons-bootstrap-1.0.0 lib/phlex/icons/bootstrap/building_slash.rb