Sha256: 37084f0eb87af36574130e48119d63205be5fd65e13409446388d62947fec615

Contents?: true

Size: 819 Bytes

Versions: 18

Compression:

Stored size: 819 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class CakeFill < 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:
                'M13 6.99993V10.9999L20 10.9999C20.5523 10.9999 21 11.4476 21 11.9999V19.9999L23 19.9999V21.9999H1V19.9999L3 19.9999V11.9999C3 11.4476 3.44772 10.9999 4 10.9999L11 10.9999V6.99993H13ZM13.8301 0.401855C14.6586 1.83673 14.1669 3.6715 12.7321 4.49993L11 5.49993C10.1716 4.06505 10.6632 2.23028 12.0981 1.40186L13.8301 0.401855Z'
            )
          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_fill.rb
phlex-icons-1.8.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.7.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.7.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/cake_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/cake_fill.rb