Class: Mdi::HazardLights

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

Overview

  • Version: 3.2.89

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,12L14.33,16H9.68L12,12M12,8L6.21,18H17.8L12,8M12,2L1,21H23L12,2M12,6L19.53,19H4.47L12,6Z"></path>
  HTML
end