Sha256: 9e0e93046aea6f5b0ac6f44895ff5a96d6d87f1f50b958e2445f6d86a88ff75f

Contents?: true

Size: 1.07 KB

Versions: 24

Compression:

Stored size: 1.07 KB

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class PassPendingLine < 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:
                'M3 18H21V6H3V18ZM1 5C1 4.44772 1.44772 4 2 4H22C22.5523 4 23 4.44772 23 5V19C23 19.5523 22.5523 20 22 20H2C1.44772 20 1 19.5523 1 19V5ZM9 10C9 9.44772 8.55228 9 8 9C7.44772 9 7 9.44772 7 10C7 10.5523 7.44772 11 8 11C8.55228 11 9 10.5523 9 10ZM11 10C11 11.6569 9.65685 13 8 13C6.34315 13 5 11.6569 5 10C5 8.34315 6.34315 7 8 7C9.65685 7 11 8.34315 11 10ZM8.0018 16C7.03503 16 6.1614 16.3907 5.52693 17.0251L4.11272 15.6109C5.10693 14.6167 6.4833 14 8.0018 14C9.52031 14 10.8967 14.6167 11.8909 15.6109L10.4767 17.0251C9.84221 16.3907 8.96858 16 8.0018 16ZM13 9V15H15V9H13ZM17 9V15H19V9H17Z'
            )
          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/pass_pending_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/pass_pending_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/pass_pending_line.rb