Sha256: 211e9e1d7ae9cd6b8e71a100a614b382a57594f6c463ade74c8f9b9eaf4ed5e3

Contents?: true

Size: 939 Bytes

Versions: 24

Compression:

Stored size: 939 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class FileShield2Line < 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:
                'M14 9V4H5V20H11.0563C11.3838 20.4171 11.7803 20.7847 12.236 21.0848L13.626 22H3.9934C3.44495 22 3 21.556 3 21.0082V2.9918C3 2.45531 3.4487 2 4.00221 2H14.9968L21 8V9H14ZM12 11H21V16.949C21 17.9397 20.4987 18.8648 19.6641 19.4144L16.5 21.4978L13.3359 19.4144C12.5013 18.8648 12 17.9397 12 16.949V11ZM14 16.949C14 17.2652 14.1616 17.5634 14.4358 17.744L16.5 19.1032L18.5642 17.744C18.8384 17.5634 19 17.2652 19 16.949V13H14V16.949Z'
            )
          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/file_shield_2_line.rb
phlex-icons-0.17.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.16.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.16.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.15.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.15.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.14.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.14.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.13.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.13.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.12.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.12.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.11.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.11.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.10.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.9.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-remix-0.9.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.8.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.7.0 lib/phlex/icons/remix/file_shield_2_line.rb
phlex-icons-0.6.0 lib/phlex/icons/remix/file_shield_2_line.rb