Class: PhlexIcons::Remix::GobletBrokenFill

Inherits:
Base
  • Object
show all
Defined in:
lib/phlex-icons/remix/goblet_broken_fill.rb

Instance Attribute Summary

Attributes inherited from Base

#attrs

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PhlexIcons::Remix::Base

Instance Method Details

#view_templateObject



7
8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/phlex-icons/remix/goblet_broken_fill.rb', line 7

def view_template
  svg(
    **attrs,
    viewbox: '0 0 24 24',
    fill: 'currentColor',
    xmlns: 'http://www.w3.org/2000/svg'
  ) do |s|
    s.path(
      d:
        'M12.923 2L10.8354 5.61589L13.4335 7.11589L11.6835 10.147L13.4155 11.147L16.1655 6.38384L13.5674 4.88384L15.2324 2H17.8678L18.9904 9.85858C19.2924 11.9728 18.4686 13.7891 17.1098 15.0465C16.0049 16.0688 14.5415 16.7319 13.0005 16.9343V20H18.0005V22H6.00047V20H11.0005V16.9343C9.45948 16.7319 7.99601 16.0688 6.89117 15.0465C5.53231 13.7891 4.70849 11.9728 5.01052 9.85858L6.13317 2H12.923Z'
    )
  end
end