Class: Mdi::CircleHalfFull

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

Overview

  • Version: 5.0.45

  • Author: Simran

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2A10 10 0 0 0 2 12A10 10 0 0 0 12 22A10 10 0 0 0 22 12A10 10 0 0 0 12 2M12 4A8 8 0 0 1 20 12A8 8 0 0 1 12 20V4Z"></path>
  HTML
end