Class: Mdi::Vuejs

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

Overview

  • Version: 2.1.19

  • Author: Contributors

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,3H5.5L12,15L18.5,3H22L12,21L2,3M6.5,3H9.5L12,7.58L14.5,3H17.5L12,13.08L6.5,3Z"></path>
  HTML
end