Sha256: 7292aa2ee1dece06d949de2725621a52ba88690d7df74752ffb54f37c01635ac

Contents?: true

Size: 698 Bytes

Versions: 24

Compression:

Stored size: 698 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class QrCodeFill < 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:
                'M16 17V16H13V13H16V15H18V17H17V19H15V21H13V18H15V17H16ZM21 21H17V19H19V17H21V21ZM3 3H11V11H3V3ZM13 3H21V11H13V3ZM3 13H11V21H3V13ZM18 13H21V15H18V13ZM6 6V8H8V6H6ZM6 16V18H8V16H6ZM16 6V8H18V6H16Z'
            )
          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/qr_code_fill.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/qr_code_fill.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/qr_code_fill.rb