Class: Mdi::Bullet

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

Overview

  • Version: 3.3.92

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14,22H10V21H14V22M13,10V7H11V10L10,11.5V20H14V11.5L13,10M12,2C12,2 11,3 11,5V6H13V5C13,5 13,3 12,2Z"></path>
  HTML
end