Class: Mdi::Eject

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,5L5.33,15H18.67M5,17H19V19H5V17Z"></path>
  HTML
end