Class: Mdi::Angular

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

Overview

  • Version: 1.7.22

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2.5L20.84,5.65L19.5,17.35L12,21.5L4.5,17.35L3.16,5.65L12,2.5M12,4.6L6.47,17H8.53L9.64,14.22H14.34L15.45,17H17.5L12,4.6M13.62,12.5H10.39L12,8.63L13.62,12.5Z"></path>
  HTML
end