Sha256: 33cb53cd7fc7b9bb20cb01f0744b0d6de98e470fac6448cd94443aeeff0674f7

Contents?: true

Size: 805 Bytes

Versions: 24

Compression:

Stored size: 805 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class LockPasswordFill < 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 8H20C20.5523 8 21 8.44772 21 9V21C21 21.5523 20.5523 22 20 22H4C3.44772 22 3 21.5523 3 21V9C3 8.44772 3.44772 8 4 8H6V7C6 3.68629 8.68629 1 12 1C15.3137 1 18 3.68629 18 7V8ZM16 8V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8H16ZM11 14V16H13V14H11ZM7 14V16H9V14H7ZM15 14V16H17V14H15Z'
            )
          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/lock_password_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/lock_password_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/lock_password_fill.rb