Class: Mdi::CheckboxMarkedCirclePlusOutline

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

Overview

  • Version: 6.4.95

  • Author: Teodor Sandu

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M14.3 21.7C13.6 21.9 12.8 22 12 22C6.5 22 2 17.5 2 12S6.5 2 12 2C13.3 2 14.6 2.3 15.8 2.7L14.2 4.3C13.5 4.1 12.8 4 12 4C7.6 4 4 7.6 4 12S7.6 20 12 20C12.4 20 12.9 20 13.3 19.9C13.5 20.6 13.9 21.2 14.3 21.7M7.9 10.1L6.5 11.5L11 16L21 6L19.6 4.6L11 13.2L7.9 10.1M18 14V17H15V19H18V22H20V19H23V17H20V14H18Z"></path>
  HTML
end