Sha256: 9587a59ed345e45facee445601eb5632d7cf577d74300040e4551bd375344173

Contents?: true

Size: 843 Bytes

Versions: 14

Compression:

Stored size: 843 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class MapPinExclamation < 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: 'M9 11a3 3 0 1 0 6 0a3 3 0 0 0 -6 0')
            s.path(
              d:
                'M15.005 19.31l-1.591 1.59a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 13.592 -4.638'
            )
            s.path(d: 'M19 16v3')
            s.path(d: 'M19 22v.01')
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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