Class: Mdi::BookCheckOutline

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

Overview

  • Version: 5.4.55

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M16.75 22.16L14 19.16L15.16 18L16.75 19.59L20.34 16L21.5 17.41L16.75 22.16M18 2C19.1 2 20 2.9 20 4V13.34C19.37 13.12 18.7 13 18 13V4H13V12L10.5 9.75L8 12V4H6V20H12.08C12.2 20.72 12.45 21.39 12.8 22H6C4.9 22 4 21.1 4 20V4C4 2.9 4.9 2 6 2H18Z"></path>
  HTML
end