Class: Mdi::BookmarkCheckOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/bookmark_check_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_check_outline.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M9.47 9.65L8.06 11.07L11 14L16.19 8.82L14.78 7.4L11 11.18M17 3H7C5.9 3 5 3.9 5 5L5 21L12 18L19 21V5C19 3.9 18.1 3 17 3M17 18L12 15.82L7 18V5H17Z"></path>
  HTML
end