Sha256: 6d8342b0f8b55ed1358297eae09bf9322668b2a6e3b216a08366f7fbc3098a39

Contents?: true

Size: 1.61 KB

Versions: 18

Compression:

Stored size: 1.61 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Cake3Line < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M15.5 2C17.433 2 19 3.567 19 5.5C19 5.72679 18.9784 5.94854 18.9372 6.16332L18.9223 6.22941C20.7106 6.82471 22 8.51178 22 10.5C22 12.3741 20.8544 13.9806 19.2253 14.6574L18.1393 21.1644C18.0589 21.6466 17.6417 22 17.1529 22H6.84713C6.35829 22 5.9411 21.6466 5.86073 21.1644L4.832 14.994C3.24892 14.9037 2 13.5977 2 12C2 10.6926 2.83627 9.5806 4.00306 9.16963L4 9C4 5.68629 6.68629 3 10 3C10.9212 3 11.794 3.20761 12.574 3.5786C13.1984 2.62849 14.2758 2 15.5 2ZM9 15H6.86L7.694 20H9V15ZM13 15H11V20H13V15ZM17.139 15H15V20H16.305L17.139 15ZM10 5C7.8578 5 6.10892 6.68397 6.0046 8.76748L5.99967 8.96394L6.00273 9.13357C6.0173 9.94127 5.54534 10.6726 4.8166 10.9967L4.6675 11.056C4.27121 11.1956 4 11.5722 4 12C4 12.5523 4.44772 13 5 13H17.5C18.8807 13 20 11.8807 20 10.5C20 9.11929 18.8807 8 17.5 8C17.1643 8 16.8417 8.06519 16.5442 8.18959L16.3688 8.27129C15.4021 8.76932 14.2253 8.40165 13.7059 7.46716L13.6362 7.32984C12.9876 5.92108 11.5778 5 10 5ZM15.5 4C14.9536 4 14.4755 4.29211 14.2132 4.72868C14.7264 5.2345 15.1481 5.83144 15.4529 6.49336C15.8966 6.26481 16.3838 6.10867 16.8988 6.03984C16.9645 5.87263 17 5.69046 17 5.5C17 4.67157 16.3284 4 15.5 4Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
phlex-icons-remix-1.8.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/cake_3_line.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/cake_3_line.rb