Sha256: cd56e118ba2728daecda8124e4f0f670de52ff3dd08149d9986b57b7a0f3287c

Contents?: true

Size: 1.34 KB

Versions: 18

Compression:

Stored size: 1.34 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength,Metrics/MethodLength
module Phlex
  module Icons
    module Tabler
      class BuildingMosque < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            **attrs,
            xmlns: 'http://www.w3.org/2000/svg',
            viewbox: '0 0 24 24',
            fill: 'none',
            stroke: 'currentColor',
            stroke_width: '2',
            stroke_linecap: 'round',
            stroke_linejoin: 'round'
          ) do |s|
            s.path(d: 'M3 21h7v-2a2 2 0 1 1 4 0v2h7')
            s.path(d: 'M4 21v-10')
            s.path(d: 'M20 21v-10')
            s.path(d: 'M4 16h3v-3h10v3h3')
            s.path(d: 'M17 13a5 5 0 0 0 -10 0')
            s.path(
              d:
                'M21 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z'
            )
            s.path(
              d:
                'M5 10.5c0 -.329 -.077 -.653 -.224 -.947l-.776 -1.553l-.776 1.553a2.118 2.118 0 0 0 -.224 .947a.5 .5 0 0 0 .5 .5h1a.5 .5 0 0 0 .5 -.5z'
            )
            s.path(d: 'M12 2a2 2 0 1 0 2 2')
            s.path(d: 'M12 6v2')
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength,Metrics/MethodLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-tabler-1.8.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.8.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.7.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.7.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.6.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.6.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.5.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.5.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.4.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.4.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.3.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.3.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.2.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.2.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.1.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.1.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-1.0.0 lib/phlex/icons/tabler/building_mosque.rb
phlex-icons-tabler-1.0.0 lib/phlex/icons/tabler/building_mosque.rb