Class: Mdi::VolumeVariantOff

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

Overview

  • Version: 3.5.94

  • Author: Andrew Nenakhov

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5.64,3.64L21.36,19.36L19.95,20.78L16,16.83V20L11,15H7V9H8.17L4.22,5.05L5.64,3.64M16,4V11.17L12.41,7.58L16,4Z"></path>
  HTML
end