Class: Mdi::Pinwheel

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

Overview

  • Version: 2.7.94

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,12C12,9 14.5,6.5 17.5,6.5C20.5,6.5 23,9 23,12H12M12,12C12,15 9.5,17.5 6.5,17.5C3.5,17.5 1,15 1,12H12M12,12C9,12 6.5,9.5 6.5,6.5C6.5,3.5 9,1 12,1V12M12,12C15,12 17.5,14.5 17.5,17.5C17.5,20.5 15,23 12,23V12Z"></path>
  HTML
end