Class: Mdi::BookmarkBoxMultipleOutline

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

Overview

  • Version: 6.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 20H18V22H4C2.9 22 2 21.1 2 20V6H4V20M22 4V16C22 17.1 21.1 18 20 18H8C6.9 18 6 17.1 6 16V4C6 2.9 6.9 2 8 2H20C21.1 2 22 2.9 22 4M20 4H8V16H20V4M18 6H13V13L15.5 11.5L18 13V6Z"></path>
  HTML
end