Class: Mdi::BookRemoveMultiple

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

Overview

  • Version: 2.7.94

  • Author: Perth Totty

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13.09 20H5V6H3V20A2 2 0 0 0 5 22H13.81A5.5 5.5 0 0 1 13.09 20M19 2H14V7L12 5.5L10 7V2H9A2 2 0 0 0 7 4V16A2 2 0 0 0 9 18H13.09A6 6 0 0 1 21 13.34V4A2 2 0 0 0 19 2M22.54 16.88L20.41 19L22.54 21.12L21.12 22.54L19 20.41L16.88 22.54L15.46 21.12L17.59 19L15.46 16.88L16.88 15.46L19 17.59L21.12 15.46Z"></path>
  HTML
end