Class: Mdi::DotsVertical

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

Overview

  • Version: 1.5.54

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z"></path>
  HTML
end