Class: Mdi::DeleteCircle

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

Overview

  • Version: 1.7.12

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,2C17.53,2 22,6.47 22,12C22,17.53 17.53,22 12,22C6.47,22 2,17.53 2,12C2,6.47 6.47,2 12,2M17,7H14.5L13.5,6H10.5L9.5,7H7V9H17V7M9,18H15A1,1 0 0,0 16,17V10H8V17A1,1 0 0,0 9,18Z"></path>
  HTML
end