Sha256: 3dc18c76a789a0397ec3336765af3b28bedd8181f748338c363c38c2f285f355

Contents?: true

Size: 709 Bytes

Versions: 3

Compression:

Stored size: 709 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Lucide
    class MapPinCheckInsideIcon < Phlex::Lucide::Icon
      def view_template
        svg(
          xmlns: "http://www.w3.org/2000/svg",
          width: size,
          height: size,
          viewbox: "0 0 24 24",
          fill: "none",
          stroke: "currentColor",
          stroke_width: "2",
          stroke_linecap: "round",
          stroke_linejoin: "round",
          **props
        ) do |s|
          s.path(
            d:
              "M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0"
          )
          s.path(d: "m9 10 2 2 4-4")
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phlex-lucide-0.428.0 lib/phlex/lucide/icons/map_pin_check_inside_icon.rb
phlex-lucide-0.427.1 lib/phlex/lucide/icons/map_pin_check_inside_icon.rb
phlex-lucide-0.427.0 lib/phlex/lucide/icons/map_pin_check_inside_icon.rb