Sha256: a49c79b797bf609a2c6f11b8629834e170fdd0d645d2de8da368ee554edd7558

Contents?: true

Size: 934 Bytes

Versions: 24

Compression:

Stored size: 934 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Restaurant2Fill < 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:
                'M4.22235 3.80753L10.9399 10.525L8.11144 13.3535L4.22235 9.46438C2.66026 7.90229 2.66026 5.36963 4.22235 3.80753ZM14.2683 12.1464L13.4147 12.9999L20.4858 20.071L19.0716 21.4852L12.0005 14.4141L4.92946 21.4852L3.51525 20.071L12.854 10.7322C12.2664 9.27525 12.8738 7.1769 14.4754 5.5753C16.428 3.62268 19.119 3.1478 20.4858 4.51464C21.8526 5.88147 21.3778 8.57242 19.4251 10.525C17.8235 12.1267 15.7252 12.7341 14.2683 12.1464Z'
            )
          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_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/restaurant_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/restaurant_2_fill.rb