Class: Mdi::BookmarkRemoveOutline

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

Overview

  • Version: 4.9.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M7 3C5.9 3 5 3.9 5 5V21L12 18L19 21V5C19 3.89 18.1 3 17 3H7M7 5H17V18L12 15.82L7 18V5M9.88 7.47L8.47 8.88L10.59 11L8.47 13.12L9.88 14.54L12 12.42L14.12 14.53L15.54 13.12L13.42 11L15.53 8.88L14.12 7.47L12 9.59L9.88 7.47Z"></path>
  HTML
end