Class: Mdi::BookmarkRemove

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17,3A2,2 0 0,1 19,5V21L12,18L5,21V5C5,3.89 5.9,3 7,3H17M8.17,8.58L10.59,11L8.17,13.41L9.59,14.83L12,12.41L14.41,14.83L15.83,13.41L13.41,11L15.83,8.58L14.41,7.17L12,9.58L9.59,7.17L8.17,8.58Z"></path>
  HTML
end