Class: Mdi::AsteriskCircleOutline

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/asterisk_circle_outline.rb

Overview

  • Version: 6.6.96

  • Author: mocking-mike

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2M12 20C7.61 20 4 16.39 4 12C4 7.61 7.61 4 12 4C16.39 4 20 7.61 20 12C20 16.39 16.39 20 12 20M13 10.27L15.83 8.63L16.83 10.37L14 12L16.83 13.63L15.83 15.37L13 13.73V17H11V13.73L8.17 15.37L7.17 13.63L10 12L7.17 10.37L8.17 8.63L11 10.27V7H13V10.27Z"></path>
  HTML
end