Sha256: 5c6224e0a5744a93f21ff9272eb8216a69ea8625e867c8780153679e2cf80dca

Contents?: true

Size: 729 Bytes

Versions: 14

Compression:

Stored size: 729 Bytes

Contents

# frozen_string_literal: true

# rubocop:disable Layout/LineLength
module Phlex
  module Icons
    module Remix
      class BriefcaseFill < Base
        def view_template
          svg(
            **attrs,
            viewbox: '0 0 24 24',
            fill: 'currentColor',
            xmlns: 'http://www.w3.org/2000/svg'
          ) do |s|
            s.path(
              d:
                'M7 5V2C7 1.44772 7.44772 1 8 1H16C16.5523 1 17 1.44772 17 2V5H21C21.5523 5 22 5.44772 22 6V20C22 20.5523 21.5523 21 21 21H3C2.44772 21 2 20.5523 2 20V6C2 5.44772 2.44772 5 3 5H7ZM4 15V19H20V15H4ZM11 11V13H13V11H11ZM9 3V5H15V3H9Z'
            )
          end
        end
      end
    end
  end
end
# rubocop:enable Layout/LineLength

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
phlex-icons-remix-1.6.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.6.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.5.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.5.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.4.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.4.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.3.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.3.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.2.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.2.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.1.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.1.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-1.0.0 lib/phlex/icons/remix/briefcase_fill.rb
phlex-icons-remix-1.0.0 lib/phlex/icons/remix/briefcase_fill.rb