Sha256: 65b8f96f76e379e890d05e88abc1d82c9dacc4f26d9c1f1c4adb853a7030ede0

Contents?: true

Size: 897 Bytes

Versions: 24

Compression:

Stored size: 897 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class Lock2Fill < 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 7V8ZM11 15.7324V18H13V15.7324C13.5978 15.3866 14 14.7403 14 14C14 12.8954 13.1046 12 12 12C10.8954 12 10 12.8954 10 14C10 14.7403 10.4022 15.3866 11 15.7324ZM16 8V7C16 4.79086 14.2091 3 12 3C9.79086 3 8 4.79086 8 7V8H16Z'
            )
          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_2_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/lock_2_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/lock_2_fill.rb