Sha256: 76c733a00a8fb719a68d382e6e9c51372040fada03833563ed42fbd4503adcb0

Contents?: true

Size: 628 Bytes

Versions: 24

Compression:

Stored size: 628 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MenuAddLine < 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 15L17.999 18H21V20H17.999L18 23H16L15.999 20H13V18H15.999L16 15H18ZM11 18V20H3V18H11ZM21 11V13H3V11H21ZM21 4V6H3V4H21Z'
            )
          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/menu_add_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/menu_add_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/menu_add_line.rb