Sha256: bd0d41d93dbc6cd0869f1c0208b317d962673591775ea63a25f245c6304fc72c

Contents?: true

Size: 731 Bytes

Versions: 24

Compression:

Stored size: 731 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MapPinAddFill < Base
        def view_template
          svg(
            class: classes,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M18.364 17.364L12 23.7279L5.63604 17.364C2.12132 13.8492 2.12132 8.15076 5.63604 4.63604C9.15076 1.12132 14.8492 1.12132 18.364 4.63604C21.8787 8.15076 21.8787 13.8492 18.364 17.364ZM11 10H8V12H11V15H13V12H16V10H13V7H11V10Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

24 entries across 24 versions & 2 rubygems

Version Path
phlex-icons-remix-0.17.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/map_pin_add_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/map_pin_add_fill.rb