Sha256: b416df45a729961bab85fe2bac556ae1404e11adfadbb7259b4411ee2bb10a9a

Contents?: true

Size: 902 Bytes

Versions: 24

Compression:

Stored size: 902 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class RouteFill < 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:
                'M4 15V8.5C4 6.01472 6.01472 4 8.5 4C10.9853 4 13 6.01472 13 8.5V15.5C13 16.8807 14.1193 18 15.5 18C16.8807 18 18 16.8807 18 15.5V8.82929C16.8348 8.41746 16 7.30622 16 6C16 4.34315 17.3431 3 19 3C20.6569 3 22 4.34315 22 6C22 7.30622 21.1652 8.41746 20 8.82929V15.5C20 17.9853 17.9853 20 15.5 20C13.0147 20 11 17.9853 11 15.5V8.5C11 7.11929 9.88071 6 8.5 6C7.11929 6 6 7.11929 6 8.5V15H9L5 20L1 15H4Z'
            )
          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/route_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/route_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/route_fill.rb