Class: Mdi::BriefcaseVariantOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/briefcase_variant_outline.rb

Overview

  • Version: 5.3.45

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/briefcase_variant_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M20 7H16V5L14 3H10L8 5V7H4C2.9 7 2 7.9 2 9V14C2 14.75 2.4 15.38 3 15.73V19C3 20.11 3.89 21 5 21H19C20.11 21 21 20.11 21 19V15.72C21.59 15.37 22 14.73 22 14V9C22 7.9 21.1 7 20 7M10 5H14V7H10V5M4 9H20V14H15V11H9V14H4V9M13 15H11V13H13V15M19 19H5V16H9V17H15V16H19V19Z"></path>
  HTML
end