Class: Mdi::HumanNonBinary

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

Overview

  • Version: 6.2.95

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12 2C13.11 2 14 2.9 14 4S13.11 6 12 6 10 5.11 10 4 10.9 2 12 2M13.91 8.41C13.66 7.59 12.9 7 12 7H10.5C9.4 7 8.5 7.9 8.5 9V14.5H10V22H13.5V16H16.5L13.91 8.41Z"></path>
  HTML
end