Class: Mdi::Shuriken

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

Overview

  • Version: 4.9.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.5 9.5L12 2L9.5 9.5L2 12L9.5 14.5L12 22L14.5 14.5L22 12L14.5 9.5M12 13.7C11.1 13.7 10.3 13 10.3 12C10.3 11.1 11 10.3 12 10.3C12.9 10.3 13.7 11 13.7 12C13.7 12.9 12.9 13.7 12 13.7Z"></path>
  HTML
end