Sha256: 1ae129ff825a45804d636cda7a2dd69d72fc9668bc498edde7ab9793872f37c1

Contents?: true

Size: 955 Bytes

Versions: 24

Compression:

Stored size: 955 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class StackOverflowFill < 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:
                'M18.001 20.0026V14.6693H20.001V22.0026H4.00098V14.6693H6.00098V20.0026H18.001ZM7.59977 14.7359L7.913 12.7566L16.75 14.456L16.6367 16.0421L7.59977 14.7359ZM8.79937 10.2041L9.53245 8.60463L17.5298 12.3367L16.7967 13.9362L8.79937 10.2041ZM11.0653 6.27208L12.1982 4.9392L18.9959 10.604L17.863 11.9368L11.0653 6.27208ZM15.3972 2.14014L20.6621 9.20443L19.2625 10.2707L13.9976 3.20645L15.3972 2.14014ZM7.33319 18.6679V16.6686H16.6634V18.6679H7.33319Z'
            )
          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/stack_overflow_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/stack_overflow_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/stack_overflow_fill.rb