Class: Mdi::BluetoothOff

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

def content
  <<-HTML.squish.html_safe
    <path d="M13,5.83L14.88,7.71L13.28,9.31L14.69,10.72L17.71,7.7L12,2H11V7.03L13,9.03M5.41,4L4,5.41L10.59,12L5,17.59L6.41,19L11,14.41V22H12L16.29,17.71L18.59,20L20,18.59M13,18.17V14.41L14.88,16.29"></path>
  HTML
end