Class: Mdi::Pulse

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

def content
  <<-HTML.squish.html_safe
    <path d="M3,13H5.79L10.1,4.79L11.28,13.75L14.5,9.66L17.83,13H21V15H17L14.67,12.67L9.92,18.73L8.94,11.31L7,15H3V13Z"></path>
  HTML
end