Class: Mdi::ToggleSwitch

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

def content
  <<-HTML.squish.html_safe
    <path d="M17,7H7A5,5 0 0,0 2,12A5,5 0 0,0 7,17H17A5,5 0 0,0 22,12A5,5 0 0,0 17,7M17,15A3,3 0 0,1 14,12A3,3 0 0,1 17,9A3,3 0 0,1 20,12A3,3 0 0,1 17,15Z"></path>
  HTML
end