Class: Mdi::MortarPestle

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 7L19 13L21 19V21H3V19L5 13L3 7V5H15.7L17.2 1L19.5 1.8L18.3 5H21V7Z"></path>
  HTML
end