Class: Mdi::AlertOutline

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

Overview

  • Version: 1.5.54

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2L1,21H23M12,6L19.53,19H4.47M11,10V14H13V10M11,16V18H13V16"></path>
  HTML
end