Sha256: 4ef8eb4b4689b96d7371381c8626ce7195b346cd3b33d0cb6c93567330d9c1be

Contents?: true

Size: 1.44 KB

Versions: 24

Compression:

Stored size: 1.44 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class StackFill < 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:
                'M20.0834 10.4999L21.2855 11.2212C21.5223 11.3633 21.599 11.6704 21.457 11.9072C21.4147 11.9776 21.3559 12.0365 21.2855 12.0787L12.0001 17.6499L2.71463 12.0787C2.47784 11.9366 2.40106 11.6295 2.54313 11.3927C2.58536 11.3223 2.64425 11.2634 2.71463 11.2212L3.91672 10.4999L12.0001 15.3499L20.0834 10.4999ZM20.0834 15.1999L21.2855 15.9212C21.5223 16.0633 21.599 16.3704 21.457 16.6072C21.4147 16.6776 21.3559 16.7365 21.2855 16.7787L12.5145 22.0412C12.1979 22.2313 11.8022 22.2313 11.4856 22.0412L2.71463 16.7787C2.47784 16.6366 2.40106 16.3295 2.54313 16.0927C2.58536 16.0223 2.64425 15.9634 2.71463 15.9212L3.91672 15.1999L12.0001 20.0499L20.0834 15.1999ZM12.5145 1.30864L21.2855 6.5712C21.5223 6.71327 21.599 7.0204 21.457 7.25719C21.4147 7.32757 21.3559 7.38647 21.2855 7.42869L12.0001 12.9999L2.71463 7.42869C2.47784 7.28662 2.40106 6.97949 2.54313 6.7427C2.58536 6.67232 2.64425 6.61343 2.71463 6.5712L11.4856 1.30864C11.8022 1.11864 12.1979 1.11864 12.5145 1.30864Z'
            )
          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_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/stack_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/stack_fill.rb