Class: Mdi::Merge

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

Overview

  • Version: 3.9.97

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M8 17L12 13H15.2C15.6 14.2 16.7 15 18 15C19.7 15 21 13.7 21 12S19.7 9 18 9C16.7 9 15.6 9.8 15.2 11H12L8 7V3H3V8H6L10.2 12L6 16H3V21H8V17Z"></path>
  HTML
end