Class: Mdi::Magnet

Inherits:
MdiData show all
Defined in:
app/models/mdi/magnet.rb

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3,7V13A9,9 0 0,0 12,22A9,9 0 0,0 21,13V7H17V13A5,5 0 0,1 12,18A5,5 0 0,1 7,13V7M17,5H21V2H17M3,5H7V2H3"></path>
  HTML
end