Class: Mdi::MagnifyMinus

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

Overview

  • Version: 1.5.54

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M9,2A7,7 0 0,1 16,9C16,10.57 15.5,12 14.61,13.19L15.41,14H16L22,20L20,22L14,16V15.41L13.19,14.61C12,15.5 10.57,16 9,16A7,7 0 0,1 2,9A7,7 0 0,1 9,2M5,8V10H13V8H5Z"></path>
  HTML
end