Class: Mdi::AlertMinus

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

Overview

  • Version: 5.3.45

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14 19C14 16.21 15.91 13.87 18.5 13.2L12 2L1 21H14.35C14.13 20.37 14 19.7 14 19M13 18H11V16H13V18M13 14H11V10H13V14M24 18V20H16V18H24Z"></path>
  HTML
end