Class: Mdi::Brightness6

Inherits:
MdiData show all
Defined in:
app/models/mdi/brightness_6.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/brightness_6.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,18V6A6,6 0 0,1 18,12A6,6 0 0,1 12,18M20,15.31L23.31,12L20,8.69V4H15.31L12,0.69L8.69,4H4V8.69L0.69,12L4,15.31V20H8.69L12,23.31L15.31,20H20V15.31Z"></path>
  HTML
end