Sha256: 3daa83dca46cd0b6627a3f6fb5d4bb9391db1d0281082314c57f323835c5f165

Contents?: true

Size: 515 Bytes

Versions: 14

Compression:

Stored size: 515 Bytes

Contents

# frozen_string_literal: true

module Phlex
  module Icons
    module Remix
      class Box2Fill < 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:
                'M12 1L21.5 6.5V17.5L12 23L2.5 17.5V6.5L12 1ZM4.5 7.65788V16.3469L12 20.689V12L4.5 7.65788Z'
            )
          end
        end
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

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