Class: Mdi::DownloadCircle

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

Overview

  • Version: 5.2.45

  • Author: Austin Andrews

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C17.5 2 22 6.5 22 12C22 17.5 17.5 22 12 22C6.5 22 2 17.5 2 12C2 6.5 6.5 2 12 2M8 17H16V15H8V17M16 10H13.5V6H10.5V10H8L12 14L16 10Z"></path>
  HTML
end