Class: Mdi::MedicalCottonSwab

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

Overview

  • Version: 6.8.96

  • Author: Google

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M3 3H15V5H3V3M2 21H16V6H2V21M5 12H7.5V9.5H10.5V12H13V15H10.5V17.5H7.5V15H5V12M20 6C18.3 6 17 7.8 17 10C17 11.8 17.8 13.2 19 13.8V21H21V13.8C22.2 13.3 23 11.8 23 10C23 7.8 21.7 6 20 6Z"></path>
  HTML
end