Class: Mdi::CellphonePlay

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

Overview

  • Version: 4.1.95

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M17 19H7V5H17M17 1H7C5.89 1 5 1.89 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.89 18.1 1 17 1M10 9V15L14 12L10 9Z"></path>
  HTML
end