Class: Mdi::ArrowUpRightBold

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

Overview

  • Version: 6.1.95

  • Author: Colton Wiscombe

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  "<path d=\"M3 21V17H10.5C12.43 17 14 15.43 14 13.5V11H10L16 4L22 11H18V13.5C18 17.64 14.64 21 10.5 21H3Z\"></path>\n".squish.html_safe
end