Class: Mdi::VolumeVibrate

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

Overview

  • Version: 4.3.95

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M4 9V15H8L13 20V4L8 9H4M16.55 2.47L15.5 3.53L17.93 6L15 9L17.93 12L15 15L17.93 18L15.5 20.47L16.55 21.53L20 18L17.07 15L20 12L17.07 9L20 6L16.55 2.47Z"></path>
  HTML
end