Sha256: d11a2c2dc7fc364d0053b35df53b5cbb975feeeb649c4cc237df0b411b0fa43a

Contents?: true

Size: 809 Bytes

Versions: 12

Compression:

Stored size: 809 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Tabler
      class LocationExclamation < Base
        def filled
          raise NotImplementedError
        end

        def outline
          svg(
            class: classes,
            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:
                'M15.024 19.55l-.524 1.45a.55 .55 0 0 1 -1 0l-3.5 -7l-7 -3.5a.55 .55 0 0 1 0 -1l18 -6.5l-3.317 9.186'
            )
            s.path(d: 'M19 16v3')
            s.path(d: 'M19 22v.01')
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
phlex-icons-tabler-0.17.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.17.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-tabler-0.16.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.16.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-tabler-0.15.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.15.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-tabler-0.14.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.14.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-tabler-0.13.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.13.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-0.12.0 lib/phlex/icons/tabler/location_exclamation.rb
phlex-icons-tabler-0.12.0 lib/phlex/icons/tabler/location_exclamation.rb