Sha256: 2a79d009da4dac44ebe4ec3036a4c9b7d41c36fd26a8a910a5288fd5d382a636

Contents?: true

Size: 661 Bytes

Versions: 24

Compression:

Stored size: 661 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RestaurantFill < 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:
                'M21 2V22H19V14H16V7C16 4.23858 18.2386 2 21 2ZM9 13.9V22H7V13.9C4.71776 13.4367 3 11.419 3 9V3H5V10H7V3H9V10H11V3H13V9C13 11.419 11.2822 13.4367 9 13.9Z'
            )
          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/restaurant_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/restaurant_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/restaurant_fill.rb