Sha256: 3a152ab038b4ac14e608ba75e7f2ce6b881cba635c5af688b9bd9ec30ede1868

Contents?: true

Size: 1.13 KB

Versions: 24

Compression:

Stored size: 1.13 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class GhostFill < 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:
                'M12 2C16.9706 2 21 6.02944 21 11V18.5C21 20.433 19.433 22 17.5 22C16.3001 22 15.2413 21.3962 14.6107 20.476C14.0976 21.3857 13.1205 22 12 22C10.8795 22 9.9024 21.3857 9.38728 20.4754C8.75869 21.3962 7.69985 22 6.5 22C4.63144 22 3.10487 20.5357 3.00518 18.692L3 18.5V11C3 6.02944 7.02944 2 12 2ZM12 12C10.8954 12 10 13.1193 10 14.5C10 15.8807 10.8954 17 12 17C13.1046 17 14 15.8807 14 14.5C14 13.1193 13.1046 12 12 12ZM9.5 8C8.67157 8 8 8.67157 8 9.5C8 10.3284 8.67157 11 9.5 11C10.3284 11 11 10.3284 11 9.5C11 8.67157 10.3284 8 9.5 8ZM14.5 8C13.6716 8 13 8.67157 13 9.5C13 10.3284 13.6716 11 14.5 11C15.3284 11 16 10.3284 16 9.5C16 8.67157 15.3284 8 14.5 8Z'
            )
          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/ghost_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/ghost_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/ghost_fill.rb