Sha256: f5f8a5e63bc23fbf968dadda66380d782ea4e00f3f94f9825b016f7e9d5410c5

Contents?: true

Size: 668 Bytes

Versions: 24

Compression:

Stored size: 668 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class MenuUnfold3Line < 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:
                'M17 4H3V6H17V4ZM13 11H3V13H13V11ZM17 18H3V20H17V18ZM15.9896 8.81412L17.4038 7.3999L22 11.9961L17.4038 16.5923L15.9896 15.1781L19.1716 11.9961L15.9896 8.81412Z'
            )
          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_unfold_3_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/menu_unfold_3_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/menu_unfold_3_line.rb