Sha256: 5056d3bf3bccb56074689ce2162f2f66a5327c7a7f45daf4fe6e736a43c5cb6e

Contents?: true

Size: 959 Bytes

Versions: 14

Compression:

Stored size: 959 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Lucide
      class MapPinned < Base
        def view_template
          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:
                'M18 8c0 3.613-3.869 7.429-5.393 8.795a1 1 0 0 1-1.214 0C9.87 15.429 6 11.613 6 8a6 6 0 0 1 12 0'
            )
            s.circle(cx: '12', cy: '8', r: '2')
            s.path(
              d:
                'M8.714 14h-3.71a1 1 0 0 0-.948.683l-2.004 6A1 1 0 0 0 3 22h18a1 1 0 0 0 .948-1.316l-2-6a1 1 0 0 0-.949-.684h-3.712'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

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