Class: Mdi::FractionOneHalf

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/fraction_one_half.rb

Overview

  • Version: 6.5.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M5.79 21.61L4.21 20.39L18.21 2.39L19.79 3.61L5.79 21.61M4 2V4H6V12H8V2H4M15 12V14H19V16H17C15.9 16 15 16.9 15 18V22H21V20H17V18H19C20.11 18 21 17.11 21 16V14C21 12.9 20.11 12 19 12H15Z"></path>
  HTML
end