Class: Mdi::Bookmark

Inherits:
MdiData show all
Defined in:
app/models/mdi/bookmark.rb

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,3H7A2,2 0 0,0 5,5V21L12,18L19,21V5C19,3.89 18.1,3 17,3Z"></path>
  HTML
end