Class: Mdi::BowTie

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

Overview

  • Version: 1.7.12

  • Author: Thomas Hunsaker

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15,14L21,17V7L15,10V14M9,14L3,17V7L9,10V14M10,10H14V14H10V10Z"></path>
  HTML
end