Class: Mdi::VolumeMedium

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

def content
  <<-HTML.squish.html_safe
    <path d="M5,9V15H9L14,20V4L9,9M18.5,12C18.5,10.23 17.5,8.71 16,7.97V16C17.5,15.29 18.5,13.76 18.5,12Z"></path>
  HTML
end