Class: Mdi::CircleMultiple

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

Overview

  • Version: 2.8.94

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M15 4A8 8 0 1 1 7 12A8 8 0 0 1 15 4M3 12A6 6 0 0 0 7 17.65V19.74A8 8 0 0 1 7 4.26V6.35A6 6 0 0 0 3 12Z"></path>
  HTML
end